Nut/OS  5.0.5
API Reference
TIM_Input_Capture_Polarity
Collaboration diagram for TIM_Input_Capture_Polarity:

Defines

#define TIM_ICPolarity_Rising   ((uint16_t)0x0000)
#define TIM_ICPolarity_Falling   ((uint16_t)0x0002)
#define IS_TIM_IC_POLARITY(POLARITY)

Define Documentation

#define TIM_ICPolarity_Rising   ((uint16_t)0x0000)

Referenced by TIM_ICStructInit(), and TIM_PWMIConfig().

#define TIM_ICPolarity_Falling   ((uint16_t)0x0002)

Referenced by TIM_PWMIConfig().

#define IS_TIM_IC_POLARITY (   POLARITY)