MG32F10x Standard Peripherals Firmware Library
Macros
TIM_Output_Compare_N_Polarity

Macros

#define TIM_OCNPolarity_High   ((uint16_t)0x0000)
 
#define TIM_OCNPolarity_Low   ((uint16_t)0x0008)
 
#define IS_TIM_OCN_POLARITY(POLARITY)
 

Detailed Description

Macro Definition Documentation

◆ IS_TIM_OCN_POLARITY

#define IS_TIM_OCN_POLARITY (   POLARITY)
Value:
(((POLARITY) == TIM_OCNPolarity_High) || \
((POLARITY) == TIM_OCNPolarity_Low))