MG32F157 Standard Peripherals Firmware Library
Macros
Regulator_state_is_STOP_mode
MG32F157_StdPeriph_Driver
»
PWR
»
PWR_Exported_Constants
Macros
#define
PWR_Regulator_ON
((uint32_t)0x00000000)
#define
PWR_Regulator_LowPower
((uint32_t)0x00000001)
#define
IS_PWR_REGULATOR
(REGULATOR)
Detailed Description
Macro Definition Documentation
◆
IS_PWR_REGULATOR
#define IS_PWR_REGULATOR
(
REGULATOR
)
Value:
(((REGULATOR) == PWR_Regulator_ON) || \
((REGULATOR) == PWR_Regulator_LowPower))
Generated by Megawin Technology (Shenzhen) Corp., Ltd. All rights reserved.