Defines | |
| #define | TIM_OCNPolarity_High ((uint16_t)0x0000) |
| #define | TIM_OCNPolarity_Low ((uint16_t)0x0008) |
| #define | IS_TIM_OCN_POLARITY(POLARITY) |
| #define TIM_OCNPolarity_High ((uint16_t)0x0000) |
| #define TIM_OCNPolarity_Low ((uint16_t)0x0008) |
| #define IS_TIM_OCN_POLARITY | ( | POLARITY | ) |
(((POLARITY) == TIM_OCNPolarity_High) || \ ((POLARITY) == TIM_OCNPolarity_Low))
Referenced by TIM_OC1Init(), TIM_OC1NPolarityConfig(), TIM_OC2Init(), TIM_OC2NPolarityConfig(), TIM_OC3Init(), and TIM_OC3NPolarityConfig().