MG32F10x Standard Peripherals Firmware Library
宏定义

宏定义

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

详细描述

宏定义说明

◆ IS_TIM_BREAK_POLARITY

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