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