STM32F439xx HAL User Manual
Defines
Regulator Voltage
PWR Exported Constants

Defines

#define LL_PWR_REGU_VOLTAGE_SCALE3   (PWR_CR_VOS_0)
#define LL_PWR_REGU_VOLTAGE_SCALE2   (PWR_CR_VOS_1)
#define LL_PWR_REGU_VOLTAGE_SCALE1   (PWR_CR_VOS_0 | PWR_CR_VOS_1) /* The SCALE1 is not available for STM32F401xx devices */

Define Documentation

#define LL_PWR_REGU_VOLTAGE_SCALE1   (PWR_CR_VOS_0 | PWR_CR_VOS_1) /* The SCALE1 is not available for STM32F401xx devices */

Definition at line 106 of file stm32f4xx_ll_pwr.h.

Referenced by UTILS_SetFlashLatency().

#define LL_PWR_REGU_VOLTAGE_SCALE2   (PWR_CR_VOS_1)

Definition at line 105 of file stm32f4xx_ll_pwr.h.

Referenced by UTILS_SetFlashLatency().

#define LL_PWR_REGU_VOLTAGE_SCALE3   (PWR_CR_VOS_0)

Definition at line 104 of file stm32f4xx_ll_pwr.h.

Referenced by UTILS_SetFlashLatency().