STM32F439xx HAL User Manual
Defines
Get Flags Defines
PWR Exported Constants

Flags defines which can be used with LL_PWR_ReadReg function. More...

Defines

#define LL_PWR_CSR_WUF   PWR_CSR_WUF
#define LL_PWR_CSR_SBF   PWR_CSR_SBF
#define LL_PWR_CSR_PVDO   PWR_CSR_PVDO
#define LL_PWR_CSR_VOS   PWR_CSR_VOSRDY
#define LL_PWR_CSR_EWUP1   PWR_CSR_EWUP

Detailed Description

Flags defines which can be used with LL_PWR_ReadReg function.


Define Documentation

#define LL_PWR_CSR_EWUP1   PWR_CSR_EWUP

Enable WKUP pin

Definition at line 86 of file stm32f4xx_ll_pwr.h.

#define LL_PWR_CSR_PVDO   PWR_CSR_PVDO

Power voltage detector output flag

Definition at line 83 of file stm32f4xx_ll_pwr.h.

#define LL_PWR_CSR_SBF   PWR_CSR_SBF

Standby flag

Definition at line 82 of file stm32f4xx_ll_pwr.h.

#define LL_PWR_CSR_VOS   PWR_CSR_VOSRDY

Voltage scaling select flag

Definition at line 84 of file stm32f4xx_ll_pwr.h.

Referenced by LL_PWR_IsActiveFlag_VOS().

#define LL_PWR_CSR_WUF   PWR_CSR_WUF

Wakeup flag

Definition at line 81 of file stm32f4xx_ll_pwr.h.