MG32F10x Standard Peripherals Firmware Library
Macros

Macros

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

Detailed Description

Macro Definition Documentation

◆ IS_TIM_BREAK_POLARITY

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