STM32L486xx HAL User Manual
Defines
PWR Regulator voltage scale
PWR Extended Exported Constants

Defines

#define PWR_REGULATOR_VOLTAGE_SCALE1   PWR_CR1_VOS_0
#define PWR_REGULATOR_VOLTAGE_SCALE2   PWR_CR1_VOS_1

Define Documentation

#define PWR_REGULATOR_VOLTAGE_SCALE1   PWR_CR1_VOS_0

Voltage scaling range 1 normal mode

Definition at line 159 of file stm32l4xx_hal_pwr_ex.h.

Referenced by HAL_PWREx_ControlVoltageScaling(), HAL_PWREx_GetVoltageRange(), and RCC_SetFlashLatencyFromMSIRange().

#define PWR_REGULATOR_VOLTAGE_SCALE2   PWR_CR1_VOS_1

Voltage scaling range 2

Definition at line 160 of file stm32l4xx_hal_pwr_ex.h.

Referenced by HAL_PWREx_ControlVoltageScaling(), and HAL_PWREx_GetVoltageRange().