MG32F10x Standard Peripherals Firmware Library
Macros
Break_Polarity
MG32F10x_StdPeriph_Driver
»
TIM
»
TIM_Exported_Constants
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))
Generated by megawin Technology (Shenzhen) Corp., Ltd. All rights reserved.