STM32F10x Standard Peripherals Library
3.5.0
|
Defines | |
#define | TIM_OCNPolarity_High ((uint16_t)0x0000) |
#define | TIM_OCNPolarity_Low ((uint16_t)0x0008) |
#define | IS_TIM_OCN_POLARITY(POLARITY) |
#define IS_TIM_OCN_POLARITY | ( | POLARITY | ) |
(((POLARITY) == TIM_OCNPolarity_High) || \ ((POLARITY) == TIM_OCNPolarity_Low))
Definition at line 395 of file stm32f10x_tim.h.
#define TIM_OCNPolarity_High ((uint16_t)0x0000) |
Definition at line 393 of file stm32f10x_tim.h.
#define TIM_OCNPolarity_Low ((uint16_t)0x0008) |
Definition at line 394 of file stm32f10x_tim.h.