STM32F10x Standard Peripherals Library  3.5.0
TIM_External_Trigger_Polarity

Defines

#define TIM_ExtTRGPolarity_Inverted   ((uint16_t)0x8000)
#define TIM_ExtTRGPolarity_NonInverted   ((uint16_t)0x0000)
#define IS_TIM_EXT_POLARITY(POLARITY)

Define Documentation

#define IS_TIM_EXT_POLARITY (   POLARITY)
Value:
(((POLARITY) == TIM_ExtTRGPolarity_Inverted) || \
                                       ((POLARITY) == TIM_ExtTRGPolarity_NonInverted))

Definition at line 793 of file stm32f10x_tim.h.

#define TIM_ExtTRGPolarity_Inverted   ((uint16_t)0x8000)

Definition at line 791 of file stm32f10x_tim.h.

#define TIM_ExtTRGPolarity_NonInverted   ((uint16_t)0x0000)

Definition at line 792 of file stm32f10x_tim.h.