STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#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 |
#include <stm32f4xx_hal_pwr_ex.h>
Definition at line 57 of file stm32f4xx_hal_pwr_ex.h.
Referenced by HAL_PWREx_DisableOverDrive(), and HAL_PWREx_EnableOverDrive().
#define PWR_FLAG_ODSWRDY PWR_CSR_ODSWRDY |
#include <stm32f4xx_hal_pwr_ex.h>
Definition at line 58 of file stm32f4xx_hal_pwr_ex.h.
Referenced by HAL_PWREx_DisableOverDrive(), and HAL_PWREx_EnableOverDrive().
#define PWR_FLAG_UDRDY PWR_CSR_UDSWRDY |
#include <stm32f4xx_hal_pwr_ex.h>
Definition at line 59 of file stm32f4xx_hal_pwr_ex.h.