STM32F4xx_HAL_Driver  1.8.3
+ Collaboration diagram for FLAG_Management:

Functions

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU (void)
 Get Wake-up Flag @rmtoll CSR WUF LL_PWR_IsActiveFlag_WU. More...
 
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_SB (void)
 Get Standby Flag @rmtoll CSR SBF LL_PWR_IsActiveFlag_SB. More...
 
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_BRR (void)
 Get Backup Regulator ready Flag @rmtoll CSR BRR LL_PWR_IsActiveFlag_BRR. More...
 
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_PVDO (void)
 Indicate whether VDD voltage is below the selected PVD threshold @rmtoll CSR PVDO LL_PWR_IsActiveFlag_PVDO. More...
 
__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 @rmtoll CSR VOS LL_PWR_IsActiveFlag_VOS. More...
 
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_OD (void)
 Indicate whether the Over-Drive mode is ready or not @rmtoll CSR ODRDY LL_PWR_IsActiveFlag_OD. More...
 
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_ODSW (void)
 Indicate whether the Over-Drive mode switching is ready or not @rmtoll CSR ODSWRDY LL_PWR_IsActiveFlag_ODSW. More...
 
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_UD (void)
 Indicate whether the Under-Drive mode is ready or not @rmtoll CSR UDRDY LL_PWR_IsActiveFlag_UD. More...
 
__STATIC_INLINE void LL_PWR_ClearFlag_SB (void)
 Clear Standby Flag @rmtoll CR CSBF LL_PWR_ClearFlag_SB. More...
 
__STATIC_INLINE void LL_PWR_ClearFlag_WU (void)
 Clear Wake-up Flags @rmtoll CR CWUF LL_PWR_ClearFlag_WU. More...
 
__STATIC_INLINE void LL_PWR_ClearFlag_UD (void)
 Clear Under-Drive ready Flag @rmtoll CSR UDRDY LL_PWR_ClearFlag_UD. More...
 

Detailed Description

Function Documentation

◆ LL_PWR_ClearFlag_SB()

__STATIC_INLINE void LL_PWR_ClearFlag_SB ( void  )

Clear Standby Flag @rmtoll CR CSBF LL_PWR_ClearFlag_SB.

Return values
None

Definition at line 927 of file stm32f4xx_ll_pwr.h.

◆ LL_PWR_ClearFlag_UD()

__STATIC_INLINE void LL_PWR_ClearFlag_UD ( void  )

Clear Under-Drive ready Flag @rmtoll CSR UDRDY LL_PWR_ClearFlag_UD.

Return values
None

Definition at line 947 of file stm32f4xx_ll_pwr.h.

◆ LL_PWR_ClearFlag_WU()

__STATIC_INLINE void LL_PWR_ClearFlag_WU ( void  )

Clear Wake-up Flags @rmtoll CR CWUF LL_PWR_ClearFlag_WU.

Return values
None

Definition at line 937 of file stm32f4xx_ll_pwr.h.

◆ LL_PWR_IsActiveFlag_BRR()

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_BRR ( void  )

Get Backup Regulator ready Flag @rmtoll CSR BRR LL_PWR_IsActiveFlag_BRR.

Return values
Stateof bit (1 or 0).

Definition at line 864 of file stm32f4xx_ll_pwr.h.

◆ LL_PWR_IsActiveFlag_OD()

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_OD ( void  )

Indicate whether the Over-Drive mode is ready or not @rmtoll CSR ODRDY LL_PWR_IsActiveFlag_OD.

Return values
Stateof bit (1 or 0).

Definition at line 893 of file stm32f4xx_ll_pwr.h.

◆ LL_PWR_IsActiveFlag_ODSW()

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_ODSW ( void  )

Indicate whether the Over-Drive mode switching is ready or not @rmtoll CSR ODSWRDY LL_PWR_IsActiveFlag_ODSW.

Return values
Stateof bit (1 or 0).

Definition at line 905 of file stm32f4xx_ll_pwr.h.

◆ LL_PWR_IsActiveFlag_PVDO()

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_PVDO ( void  )

Indicate whether VDD voltage is below the selected PVD threshold @rmtoll CSR PVDO LL_PWR_IsActiveFlag_PVDO.

Return values
Stateof bit (1 or 0).

Definition at line 873 of file stm32f4xx_ll_pwr.h.

◆ LL_PWR_IsActiveFlag_SB()

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_SB ( void  )

Get Standby Flag @rmtoll CSR SBF LL_PWR_IsActiveFlag_SB.

Return values
Stateof bit (1 or 0).

Definition at line 854 of file stm32f4xx_ll_pwr.h.

◆ LL_PWR_IsActiveFlag_UD()

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_UD ( void  )

Indicate whether the Under-Drive mode is ready or not @rmtoll CSR UDRDY LL_PWR_IsActiveFlag_UD.

Return values
Stateof bit (1 or 0).

Definition at line 917 of file stm32f4xx_ll_pwr.h.

◆ LL_PWR_IsActiveFlag_VOS()

__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 @rmtoll CSR VOS LL_PWR_IsActiveFlag_VOS.

Return values
Stateof bit (1 or 0).

Definition at line 883 of file stm32f4xx_ll_pwr.h.

◆ LL_PWR_IsActiveFlag_WU()

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU ( void  )

Get Wake-up Flag @rmtoll CSR WUF LL_PWR_IsActiveFlag_WU.

Return values
Stateof bit (1 or 0).

Definition at line 844 of file stm32f4xx_ll_pwr.h.