STM32F10x Standard Peripherals Library  3.5.0
Break_Polarity

Defines

#define TIM_BreakPolarity_Low   ((uint16_t)0x0000)
#define TIM_BreakPolarity_High   ((uint16_t)0x2000)
#define IS_TIM_BREAK_POLARITY(POLARITY)

Define Documentation

#define IS_TIM_BREAK_POLARITY (   POLARITY)
Value:
(((POLARITY) == TIM_BreakPolarity_Low) || \
                                         ((POLARITY) == TIM_BreakPolarity_High))

Definition at line 467 of file stm32f10x_tim.h.

#define TIM_BreakPolarity_High   ((uint16_t)0x2000)

Definition at line 466 of file stm32f10x_tim.h.

#define TIM_BreakPolarity_Low   ((uint16_t)0x0000)

Definition at line 465 of file stm32f10x_tim.h.