STM32H735xx HAL User Manual
Defines
Run mode Regulator Voltage Scaling
PWR Exported Constants

Defines

#define LL_PWR_REGU_VOLTAGE_SCALE3   PWR_D3CR_VOS_0
#define LL_PWR_REGU_VOLTAGE_SCALE2   PWR_D3CR_VOS_1
#define LL_PWR_REGU_VOLTAGE_SCALE1   (PWR_D3CR_VOS_0 | PWR_D3CR_VOS_1)
#define LL_PWR_REGU_VOLTAGE_SCALE0   0x00000000U

Define Documentation

#define LL_PWR_REGU_VOLTAGE_SCALE0   0x00000000U

Select voltage scale 0

Definition at line 199 of file stm32h7xx_ll_pwr.h.

Referenced by LL_SetFlashLatency().

#define LL_PWR_REGU_VOLTAGE_SCALE1   (PWR_D3CR_VOS_0 | PWR_D3CR_VOS_1)

Select voltage scale 1

Definition at line 195 of file stm32h7xx_ll_pwr.h.

Referenced by LL_SetFlashLatency().

#define LL_PWR_REGU_VOLTAGE_SCALE2   PWR_D3CR_VOS_1

Select voltage scale 2

Definition at line 194 of file stm32h7xx_ll_pwr.h.

Referenced by LL_SetFlashLatency().

#define LL_PWR_REGU_VOLTAGE_SCALE3   PWR_D3CR_VOS_0

Select voltage scale 3

Definition at line 193 of file stm32h7xx_ll_pwr.h.