STM32F439xx HAL User Manual
Defines
PWR Flag
PWR Exported Constants

Defines

#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 Documentation

#define PWR_FLAG_BRR   PWR_CSR_BRR

Definition at line 153 of file stm32f4xx_hal_pwr.h.

Referenced by HAL_PWREx_DisableBkUpReg(), and HAL_PWREx_EnableBkUpReg().

#define PWR_FLAG_PVDO   PWR_CSR_PVDO

Definition at line 152 of file stm32f4xx_hal_pwr.h.

#define PWR_FLAG_SB   PWR_CSR_SBF

Definition at line 151 of file stm32f4xx_hal_pwr.h.

#define PWR_FLAG_VOSRDY   PWR_CSR_VOSRDY

Definition at line 154 of file stm32f4xx_hal_pwr.h.

Referenced by HAL_PWREx_ControlVoltageScaling().

#define PWR_FLAG_WU   PWR_CSR_WUF

Definition at line 150 of file stm32f4xx_hal_pwr.h.