Defines | |
#define | TIM_ICPolarity_Rising ((uint16_t)0x0000) |
#define | TIM_ICPolarity_Falling ((uint16_t)0x0002) |
#define | IS_TIM_IC_POLARITY(POLARITY) |
#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 | ) |
(((POLARITY) == TIM_ICPolarity_Rising) || \ ((POLARITY) == TIM_ICPolarity_Falling))
Referenced by TIM_EncoderInterfaceConfig(), TIM_ICInit(), and TIM_TIxExternalClockConfig().