STM32F4 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F4 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
PWR_Regulator_Voltage_Scale

Macros

#define PWR_Regulator_Voltage_Scale1   ((uint32_t)0x00004000)
 
#define PWR_Regulator_Voltage_Scale2   ((uint32_t)0x00000000)
 
#define IS_PWR_REGULATOR_VOLTAGE(VOLTAGE)   (((VOLTAGE) == PWR_Regulator_Voltage_Scale1) || ((VOLTAGE) == PWR_Regulator_Voltage_Scale2))
 

Detailed Description