STM32F439xx HAL User Manual
Defines
PWREx Over Under Drive Flag
PWREx Exported Constants

Defines

#define PWR_FLAG_ODRDY   PWR_CSR_ODRDY
#define PWR_FLAG_ODSWRDY   PWR_CSR_ODSWRDY
#define PWR_FLAG_UDRDY   PWR_CSR_UDSWRDY

Define Documentation

#define PWR_FLAG_ODRDY   PWR_CSR_ODRDY

Definition at line 75 of file stm32f4xx_hal_pwr_ex.h.

Referenced by HAL_PWREx_DisableOverDrive(), and HAL_PWREx_EnableOverDrive().

#define PWR_FLAG_ODSWRDY   PWR_CSR_ODSWRDY

Definition at line 76 of file stm32f4xx_hal_pwr_ex.h.

Referenced by HAL_PWREx_DisableOverDrive(), and HAL_PWREx_EnableOverDrive().

#define PWR_FLAG_UDRDY   PWR_CSR_UDSWRDY

Definition at line 77 of file stm32f4xx_hal_pwr_ex.h.