ic_input_ch_param_t Struct Reference

The configuration structure of input capture parameters for each channel. More...

#include <platform/pal/ic/inc/ic_pal.h>

Data Fields

uint8_t hwChannelId
 
ic_option_mode_t inputCaptureMode
 
bool filterEn
 
uint16_t filterValue
 
void * channelExtension
 
void * channelCallbackParams
 
ic_callback_t channelCallbacks
 

Detailed Description

The configuration structure of input capture parameters for each channel.

Implements : ic_input_ch_param_t_Class

Definition at line 134 of file ic_pal.h.

Field Documentation

void* channelCallbackParams

The parameter of callback application for channels event

Definition at line 141 of file ic_pal.h.

ic_callback_t channelCallbacks

The callback function for channels event

Definition at line 142 of file ic_pal.h.

void* channelExtension

The IP specific configuration structure for channel

Definition at line 140 of file ic_pal.h.

bool filterEn

Input capture filter state

Definition at line 138 of file ic_pal.h.

uint16_t filterValue

Filter Value

Definition at line 139 of file ic_pal.h.

uint8_t hwChannelId

Physical hardware channel ID

Definition at line 136 of file ic_pal.h.

ic_option_mode_t inputCaptureMode

Input capture mode of operation

Definition at line 137 of file ic_pal.h.


The documentation for this struct was generated from the following file: