MG32L003 Standard Peripherals Firmware Library
Macros
TIM_Capture_Compare_state
MG32L003_StdPeriph_Driver
»
BASETIM
MG32L003_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.