STM32F479xx 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 929 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 949 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 939 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 866 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 895 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 907 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 875 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 856 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 919 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 885 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 846 of file stm32f4xx_ll_pwr.h.