STM32F439xx HAL User Manual
Modules | Defines
PWREx Private Constants
PWREx

Modules

 PWREx Register alias address
 PWRx CSR Register alias address

Defines

#define PWR_OVERDRIVE_TIMEOUT_VALUE   1000U
#define PWR_UDERDRIVE_TIMEOUT_VALUE   1000U
#define PWR_BKPREG_TIMEOUT_VALUE   1000U
#define PWR_VOSRDY_TIMEOUT_VALUE   1000U

Define Documentation

#define PWR_BKPREG_TIMEOUT_VALUE   1000U

Definition at line 61 of file stm32f4xx_hal_pwr_ex.c.

Referenced by HAL_PWREx_DisableBkUpReg(), and HAL_PWREx_EnableBkUpReg().

#define PWR_OVERDRIVE_TIMEOUT_VALUE   1000U

Definition at line 59 of file stm32f4xx_hal_pwr_ex.c.

Referenced by HAL_PWREx_DisableOverDrive(), and HAL_PWREx_EnableOverDrive().

#define PWR_UDERDRIVE_TIMEOUT_VALUE   1000U

Definition at line 60 of file stm32f4xx_hal_pwr_ex.c.

#define PWR_VOSRDY_TIMEOUT_VALUE   1000U

Definition at line 62 of file stm32f4xx_hal_pwr_ex.c.

Referenced by HAL_PWREx_ControlVoltageScaling().