MG32F10x Standard Peripherals Firmware Library
Macros
System_Low_Power
MG32F10x_StdPeriph_Driver
»
MISC
»
MISC_Exported_Constants
Macros
#define
NVIC_LP_SEVONPEND
((uint8_t)0x10)
#define
NVIC_LP_SLEEPDEEP
((uint8_t)0x04)
#define
NVIC_LP_SLEEPONEXIT
((uint8_t)0x02)
#define
IS_NVIC_LP
(LP)
Detailed Description
Macro Definition Documentation
◆
IS_NVIC_LP
#define IS_NVIC_LP
(
LP
)
Value:
(((LP) == NVIC_LP_SEVONPEND) || \
((LP) == NVIC_LP_SLEEPDEEP) || \
((LP) == NVIC_LP_SLEEPONEXIT))
Generated by megawin Technology (Shenzhen) Corp., Ltd. All rights reserved.