MG32F157 Standard Peripherals Firmware Library
Macros
PWR_Flag
MG32F157_StdPeriph_Driver
»
PWR
»
PWR_Exported_Constants
Macros
#define
PWR_FLAG_WU
((uint32_t)0x00000001)
#define
PWR_FLAG_SB
((uint32_t)0x00000002)
#define
PWR_FLAG_PVDO
((uint32_t)0x00000004)
#define
IS_PWR_GET_FLAG
(FLAG)
#define
IS_PWR_CLEAR_FLAG
(FLAG) (((FLAG) == PWR_FLAG_WU) || ((FLAG) == PWR_FLAG_SB))
Detailed Description
Macro Definition Documentation
◆
IS_PWR_GET_FLAG
#define IS_PWR_GET_FLAG
(
FLAG
)
Value:
(((FLAG) == PWR_FLAG_WU) || ((FLAG) == PWR_FLAG_SB) || \
((FLAG) == PWR_FLAG_PVDO))
Generated by Megawin Technology (Shenzhen) Corp., Ltd. All rights reserved.