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

Macros

#define PWR_Regulator_Voltage_Scale1   ((uint32_t)0x0000C000)
 
#define PWR_Regulator_Voltage_Scale2   ((uint32_t)0x00008000)
 
#define PWR_Regulator_Voltage_Scale3   ((uint32_t)0x00004000)
 
#define IS_PWR_REGULATOR_VOLTAGE(VOLTAGE)
 

Detailed Description

Macro Definition Documentation

#define IS_PWR_REGULATOR_VOLTAGE (   VOLTAGE)
Value:
(((VOLTAGE) == PWR_Regulator_Voltage_Scale1) || \
((VOLTAGE) == PWR_Regulator_Voltage_Scale2) || \
((VOLTAGE) == PWR_Regulator_Voltage_Scale3))

Definition at line 122 of file stm32f4xx_pwr.h.