STM32F479xx 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 59 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 60 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 61 of file stm32f4xx_hal_pwr_ex.h.