STM32F10x Standard Peripherals Library
3.5.0
|
Defines | |
#define | TIM_OCPolarity_High ((uint16_t)0x0000) |
#define | TIM_OCPolarity_Low ((uint16_t)0x0002) |
#define | IS_TIM_OC_POLARITY(POLARITY) |
#define IS_TIM_OC_POLARITY | ( | POLARITY | ) |
(((POLARITY) == TIM_OCPolarity_High) || \ ((POLARITY) == TIM_OCPolarity_Low))
Definition at line 383 of file stm32f10x_tim.h.
#define TIM_OCPolarity_High ((uint16_t)0x0000) |
Definition at line 381 of file stm32f10x_tim.h.
#define TIM_OCPolarity_Low ((uint16_t)0x0002) |
Definition at line 382 of file stm32f10x_tim.h.