STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
Collaboration diagram for PWR Flag:

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

Detailed Description

Macro Definition Documentation

◆ PWR_FLAG_BRR

#define PWR_FLAG_BRR   PWR_CSR_BRR

Definition at line 138 of file stm32f4xx_hal_pwr.h.

◆ PWR_FLAG_PVDO

#define PWR_FLAG_PVDO   PWR_CSR_PVDO

Definition at line 137 of file stm32f4xx_hal_pwr.h.

◆ PWR_FLAG_SB

#define PWR_FLAG_SB   PWR_CSR_SBF

Definition at line 136 of file stm32f4xx_hal_pwr.h.

◆ PWR_FLAG_VOSRDY

#define PWR_FLAG_VOSRDY   PWR_CSR_VOSRDY

Definition at line 139 of file stm32f4xx_hal_pwr.h.

◆ PWR_FLAG_WU

#define PWR_FLAG_WU   PWR_CSR_WUF

Definition at line 135 of file stm32f4xx_hal_pwr.h.

Referenced by HAL_InitTick().