Defines | |
#define | TIM_OCPolarity_High ((uint16_t)0x0000) |
#define | TIM_OCPolarity_Low ((uint16_t)0x0002) |
#define | IS_TIM_OC_POLARITY(POLARITY) |
#define TIM_OCPolarity_High ((uint16_t)0x0000) |
Referenced by TIM_OCStructInit().
#define TIM_OCPolarity_Low ((uint16_t)0x0002) |
#define IS_TIM_OC_POLARITY | ( | POLARITY | ) |
(((POLARITY) == TIM_OCPolarity_High) || \ ((POLARITY) == TIM_OCPolarity_Low))
Referenced by TIM_OC1Init(), TIM_OC1PolarityConfig(), TIM_OC2Init(), TIM_OC2PolarityConfig(), TIM_OC3Init(), TIM_OC3PolarityConfig(), TIM_OC4Init(), and TIM_OC4PolarityConfig().