Defines | |
#define | TIM_ExtTRGPolarity_Inverted ((uint16_t)0x8000) |
#define | TIM_ExtTRGPolarity_NonInverted ((uint16_t)0x0000) |
#define | IS_TIM_EXT_POLARITY(POLARITY) |
#define TIM_ExtTRGPolarity_Inverted ((uint16_t)0x8000) |
#define TIM_ExtTRGPolarity_NonInverted ((uint16_t)0x0000) |
#define IS_TIM_EXT_POLARITY | ( | POLARITY | ) |
(((POLARITY) == TIM_ExtTRGPolarity_Inverted) || \ ((POLARITY) == TIM_ExtTRGPolarity_NonInverted))
Referenced by TIM_ETRClockMode1Config(), TIM_ETRClockMode2Config(), and TIM_ETRConfig().