STM32F479xx HAL User Manual
|
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 LL_PWR_REGU_VOLTAGE_SCALE1 (PWR_CR_VOS_0 | PWR_CR_VOS_1) /* The SCALE1 is not available for STM32F401xx devices */ |
Definition at line 90 of file stm32f4xx_ll_pwr.h.
Referenced by LL_SetFlashLatency().
#define LL_PWR_REGU_VOLTAGE_SCALE2 (PWR_CR_VOS_1) |
Definition at line 89 of file stm32f4xx_ll_pwr.h.
Referenced by LL_SetFlashLatency().
#define LL_PWR_REGU_VOLTAGE_SCALE3 (PWR_CR_VOS_0) |
Definition at line 88 of file stm32f4xx_ll_pwr.h.
Referenced by LL_SetFlashLatency().