![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
TMR Input Capture configuration structure definition. More...
#include <g32r4xx_ddl_tmr.h>
Data Fields | |
| uint32_t | ICPolarity |
| uint32_t | ICActiveInput |
| uint32_t | ICPrescaler |
| uint32_t | ICFilter |
TMR Input Capture configuration structure definition.
Definition at line 296 of file g32r4xx_ddl_tmr.h.
| uint32_t DDL_TMR_IC_InitTypeDef::ICActiveInput |
Specifies the input. This parameter can be a value of Active Input Selection.
This feature can be modified afterwards using unitary function DDL_TMR_IC_SetActiveInput().
Definition at line 305 of file g32r4xx_ddl_tmr.h.
| uint32_t DDL_TMR_IC_InitTypeDef::ICFilter |
Specifies the input capture filter. This parameter can be a value of Input Configuration Filter.
This feature can be modified afterwards using unitary function DDL_TMR_IC_SetFilter().
Definition at line 317 of file g32r4xx_ddl_tmr.h.
| uint32_t DDL_TMR_IC_InitTypeDef::ICPolarity |
Specifies the active edge of the input signal. This parameter can be a value of Input Configuration Polarity.
This feature can be modified afterwards using unitary function DDL_TMR_IC_SetPolarity().
Definition at line 299 of file g32r4xx_ddl_tmr.h.
| uint32_t DDL_TMR_IC_InitTypeDef::ICPrescaler |
Specifies the Input Capture Prescaler. This parameter can be a value of Input Configuration Prescaler.
This feature can be modified afterwards using unitary function DDL_TMR_IC_SetPrescaler().
Definition at line 311 of file g32r4xx_ddl_tmr.h.