STM32F439xx HAL User Manual
Functions
FLAG_Management
PWR Exported Functions

Functions

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU (void)
 Get Wake-up Flag.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_SB (void)
 Get Standby Flag.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_BRR (void)
 Get Backup Regulator ready Flag.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_PVDO (void)
 Indicate whether VDD voltage is below the selected PVD threshold.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_VOS (void)
 Indicate whether the Regulator is ready in the selected voltage range or if its output voltage is still changing to the required voltage level.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_OD (void)
 Indicate whether the Over-Drive mode is ready or not.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_ODSW (void)
 Indicate whether the Over-Drive mode switching is ready or not.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_UD (void)
 Indicate whether the Under-Drive mode is ready or not.
__STATIC_INLINE void LL_PWR_ClearFlag_SB (void)
 Clear Standby Flag.
__STATIC_INLINE void LL_PWR_ClearFlag_WU (void)
 Clear Wake-up Flags.
__STATIC_INLINE void LL_PWR_ClearFlag_UD (void)
 Clear Under-Drive ready Flag.

Function Documentation

__STATIC_INLINE void LL_PWR_ClearFlag_SB ( void  )

Clear Standby Flag.

Reference Manual to LL API cross reference:
CR CSBF LL_PWR_ClearFlag_SB
Return values:
None

Definition at line 945 of file stm32f4xx_ll_pwr.h.

__STATIC_INLINE void LL_PWR_ClearFlag_UD ( void  )

Clear Under-Drive ready Flag.

Reference Manual to LL API cross reference:
CSR UDRDY LL_PWR_ClearFlag_UD
Return values:
None

Definition at line 965 of file stm32f4xx_ll_pwr.h.

__STATIC_INLINE void LL_PWR_ClearFlag_WU ( void  )

Clear Wake-up Flags.

Reference Manual to LL API cross reference:
CR CWUF LL_PWR_ClearFlag_WU
Return values:
None

Definition at line 955 of file stm32f4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_BRR ( void  )

Get Backup Regulator ready Flag.

Reference Manual to LL API cross reference:
CSR BRR LL_PWR_IsActiveFlag_BRR
Return values:
Stateof bit (1 or 0).

Definition at line 882 of file stm32f4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_OD ( void  )

Indicate whether the Over-Drive mode is ready or not.

Reference Manual to LL API cross reference:
CSR ODRDY LL_PWR_IsActiveFlag_OD
Return values:
Stateof bit (1 or 0).

Definition at line 911 of file stm32f4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_ODSW ( void  )

Indicate whether the Over-Drive mode switching is ready or not.

Reference Manual to LL API cross reference:
CSR ODSWRDY LL_PWR_IsActiveFlag_ODSW
Return values:
Stateof bit (1 or 0).

Definition at line 923 of file stm32f4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_PVDO ( void  )

Indicate whether VDD voltage is below the selected PVD threshold.

Reference Manual to LL API cross reference:
CSR PVDO LL_PWR_IsActiveFlag_PVDO
Return values:
Stateof bit (1 or 0).

Definition at line 891 of file stm32f4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_SB ( void  )

Get Standby Flag.

Reference Manual to LL API cross reference:
CSR SBF LL_PWR_IsActiveFlag_SB
Return values:
Stateof bit (1 or 0).

Definition at line 872 of file stm32f4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_UD ( void  )

Indicate whether the Under-Drive mode is ready or not.

Reference Manual to LL API cross reference:
CSR UDRDY LL_PWR_IsActiveFlag_UD
Return values:
Stateof bit (1 or 0).

Definition at line 935 of file stm32f4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_VOS ( void  )

Indicate whether the Regulator is ready in the selected voltage range or if its output voltage is still changing to the required voltage level.

Reference Manual to LL API cross reference:
CSR VOS LL_PWR_IsActiveFlag_VOS
Return values:
Stateof bit (1 or 0).

Definition at line 901 of file stm32f4xx_ll_pwr.h.

References LL_PWR_CSR_VOS.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU ( void  )

Get Wake-up Flag.

Reference Manual to LL API cross reference:
CSR WUF LL_PWR_IsActiveFlag_WU
Return values:
Stateof bit (1 or 0).

Definition at line 862 of file stm32f4xx_ll_pwr.h.