STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | PWR_FLAG_WU PWR_CSR_WUF |
#define | PWR_FLAG_SB PWR_CSR_SBF |
#define | PWR_FLAG_PVDO PWR_CSR_PVDO |
#define | PWR_FLAG_BRR PWR_CSR_BRR |
#define | PWR_FLAG_VOSRDY PWR_CSR_VOSRDY |
#define PWR_FLAG_WU PWR_CSR_WUF |
#include <stm32f4xx_hal_pwr.h>
Definition at line 135 of file stm32f4xx_hal_pwr.h.
Referenced by HAL_InitTick().
#define PWR_FLAG_SB PWR_CSR_SBF |
#include <stm32f4xx_hal_pwr.h>
Definition at line 136 of file stm32f4xx_hal_pwr.h.
#define PWR_FLAG_PVDO PWR_CSR_PVDO |
#include <stm32f4xx_hal_pwr.h>
Definition at line 137 of file stm32f4xx_hal_pwr.h.
#define PWR_FLAG_BRR PWR_CSR_BRR |
#include <stm32f4xx_hal_pwr.h>
Definition at line 138 of file stm32f4xx_hal_pwr.h.
Referenced by HAL_PWREx_DisableBkUpReg(), and HAL_PWREx_EnableBkUpReg().
#define PWR_FLAG_VOSRDY PWR_CSR_VOSRDY |
#include <stm32f4xx_hal_pwr.h>
Definition at line 139 of file stm32f4xx_hal_pwr.h.
Referenced by HAL_PWREx_ControlVoltageScaling().