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

Macros

#define PWR_MainRegulator_UnderDrive_ON   PWR_CR_MRUDS
 
#define PWR_LowPowerRegulator_UnderDrive_ON   ((uint32_t)(PWR_CR_LPDS | PWR_CR_LPUDS))
 
#define IS_PWR_REGULATOR_UNDERDRIVE(REGULATOR)
 

Detailed Description

Macro Definition Documentation

#define IS_PWR_REGULATOR_UNDERDRIVE (   REGULATOR)
Value:
(((REGULATOR) == PWR_MainRegulator_UnderDrive_ON) || \
((REGULATOR) == PWR_LowPowerRegulator_UnderDrive_ON))

Definition at line 99 of file stm32f4xx_pwr.h.