MG32F10x Standard Peripherals Firmware Library
Macros
TIM_Forced_Action
MG32F10x_StdPeriph_Driver
»
TIM
»
TIM_Exported_Constants
Macros
#define
TIM_ForcedAction_Active
((uint16_t)0x0050)
#define
TIM_ForcedAction_InActive
((uint16_t)0x0040)
#define
IS_TIM_FORCED_ACTION
(ACTION)
Detailed Description
Macro Definition Documentation
◆
IS_TIM_FORCED_ACTION
#define IS_TIM_FORCED_ACTION
(
ACTION
)
Value:
(((ACTION) == TIM_ForcedAction_Active) || \
((ACTION) == TIM_ForcedAction_InActive))
Generated by megawin Technology (Shenzhen) Corp., Ltd. All rights reserved.