STM32LIB
Macros
TIM_Output_Compare_Polarity

Macros

#define TIM_OCPolarity_High   ((uint16_t)0x0000)
 
#define TIM_OCPolarity_Low   ((uint16_t)0x0002)
 
#define IS_TIM_OC_POLARITY(POLARITY)
 

Detailed Description

Macro Definition Documentation

#define TIM_OCPolarity_High   ((uint16_t)0x0000)
#define TIM_OCPolarity_Low   ((uint16_t)0x0002)
#define IS_TIM_OC_POLARITY (   POLARITY)
Value:
(((POLARITY) == TIM_OCPolarity_High) || \
((POLARITY) == TIM_OCPolarity_Low))
#define TIM_OCPolarity_Low
Definition: stm32f0xx_tim.h:375
#define TIM_OCPolarity_High
Definition: stm32f0xx_tim.h:374