|
STM32F439xx HAL User Manual
|
Defines | |
| #define | PWR_FLAG_ODRDY PWR_CSR_ODRDY |
| #define | PWR_FLAG_ODSWRDY PWR_CSR_ODSWRDY |
| #define | PWR_FLAG_UDRDY PWR_CSR_UDSWRDY |
| #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.
1.7.6.1