MG32F10x Standard Peripherals Firmware Library
Macros
TIM_Capture_Compare_state
MG32F10x_StdPeriph_Driver
»
TIM
»
TIM_Exported_Constants
Macros
#define
TIM_CCx_Enable
((uint16_t)0x0001)
#define
TIM_CCx_Disable
((uint16_t)0x0000)
#define
IS_TIM_CCX
(CCX)
Detailed Description
Macro Definition Documentation
◆
IS_TIM_CCX
#define IS_TIM_CCX
(
CCX
)
Value:
(((CCX) == TIM_CCx_Enable) || \
((CCX) == TIM_CCx_Disable))
Generated by megawin Technology (Shenzhen) Corp., Ltd. All rights reserved.