CARME-M4 BSP  V1.5
PWR_Regulator_state_in_STOP_mode
+ Collaboration diagram for PWR_Regulator_state_in_STOP_mode:

Macros

#define PWR_MainRegulator_ON   ((uint32_t)0x00000000)
 
#define PWR_LowPowerRegulator_ON   PWR_CR_LPDS
 
#define PWR_Regulator_ON   PWR_MainRegulator_ON
 
#define PWR_Regulator_LowPower   PWR_LowPowerRegulator_ON
 
#define IS_PWR_REGULATOR(REGULATOR)
 

Detailed Description

Macro Definition Documentation

#define IS_PWR_REGULATOR (   REGULATOR)
Value:
(((REGULATOR) == PWR_MainRegulator_ON) || \
((REGULATOR) == PWR_LowPowerRegulator_ON))

Definition at line 86 of file stm32f4xx_pwr.h.