Dependents:   BSP OneHopeOnePrayer FINAL_AUDIO_RECORD AudioDemo

Fork of STM32L4xx_HAL_Driver by Senior Design: Sound Monitor

Embed: (wiki syntax)

« Back to documentation index

FLAG_Management

FLAG_Management
[PWR Exported Functions]

Functions

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_InternWU (void)
 Get Internal Wake-up line Flag SR1 WUFI LL_PWR_IsActiveFlag_InternWU.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_SB (void)
 Get Stand-By Flag SR1 SBF LL_PWR_IsActiveFlag_SB.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU5 (void)
 Get Wake-up Flag 5 SR1 WUF5 LL_PWR_IsActiveFlag_WU5.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU4 (void)
 Get Wake-up Flag 4 SR1 WUF4 LL_PWR_IsActiveFlag_WU4.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU3 (void)
 Get Wake-up Flag 3 SR1 WUF3 LL_PWR_IsActiveFlag_WU3.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU2 (void)
 Get Wake-up Flag 2 SR1 WUF2 LL_PWR_IsActiveFlag_WU2.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU1 (void)
 Get Wake-up Flag 1 SR1 WUF1 LL_PWR_IsActiveFlag_WU1.
__STATIC_INLINE void LL_PWR_ClearFlag_SB (void)
 Clear Stand-By Flag SCR CSBF LL_PWR_ClearFlag_SB.
__STATIC_INLINE void LL_PWR_ClearFlag_WU (void)
 Clear Wake-up Flags SCR CWUF LL_PWR_ClearFlag_WU.
__STATIC_INLINE void LL_PWR_ClearFlag_WU5 (void)
 Clear Wake-up Flag 5 SCR CWUF5 LL_PWR_ClearFlag_WU5.
__STATIC_INLINE void LL_PWR_ClearFlag_WU4 (void)
 Clear Wake-up Flag 4 SCR CWUF4 LL_PWR_ClearFlag_WU4.
__STATIC_INLINE void LL_PWR_ClearFlag_WU3 (void)
 Clear Wake-up Flag 3 SCR CWUF3 LL_PWR_ClearFlag_WU3.
__STATIC_INLINE void LL_PWR_ClearFlag_WU2 (void)
 Clear Wake-up Flag 2 SCR CWUF2 LL_PWR_ClearFlag_WU2.
__STATIC_INLINE void LL_PWR_ClearFlag_WU1 (void)
 Clear Wake-up Flag 1 SCR CWUF1 LL_PWR_ClearFlag_WU1.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_PVMO4 (void)
 Indicate whether VDDA voltage is below or above PVM4 threshold SR2 PVMO4 LL_PWR_IsActiveFlag_PVMO4.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_PVMO3 (void)
 Indicate whether VDDA voltage is below or above PVM3 threshold SR2 PVMO3 LL_PWR_IsActiveFlag_PVMO3.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_PVMO2 (void)
 Indicate whether VDDIO2 voltage is below or above PVM2 threshold SR2 PVMO2 LL_PWR_IsActiveFlag_PVMO2.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_PVMO1 (void)
 Indicate whether VDDUSB voltage is below or above PVM1 threshold SR2 PVMO1 LL_PWR_IsActiveFlag_PVMO1.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_PVDO (void)
 Indicate whether VDD voltage is below or above the selected PVD threshold SR2 PVDO LL_PWR_IsActiveFlag_PVDO.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_VOSF (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 SR2 VOSF LL_PWR_IsActiveFlag_VOSF.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_REGLPF (void)
 Indicate whether the regulator is ready in main mode or is in low-power mode.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_REGLPS (void)
 Indicate whether or not the low-power regulator is ready SR2 REGLPS LL_PWR_IsActiveFlag_REGLPS.

Function Documentation

__STATIC_INLINE void LL_PWR_ClearFlag_SB ( void   )

Clear Stand-By Flag SCR CSBF LL_PWR_ClearFlag_SB.

Return values:
None

Definition at line 1178 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE void LL_PWR_ClearFlag_WU ( void   )

Clear Wake-up Flags SCR CWUF LL_PWR_ClearFlag_WU.

Return values:
None

Definition at line 1188 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE void LL_PWR_ClearFlag_WU1 ( void   )

Clear Wake-up Flag 1 SCR CWUF1 LL_PWR_ClearFlag_WU1.

Return values:
None

Definition at line 1238 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE void LL_PWR_ClearFlag_WU2 ( void   )

Clear Wake-up Flag 2 SCR CWUF2 LL_PWR_ClearFlag_WU2.

Return values:
None

Definition at line 1228 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE void LL_PWR_ClearFlag_WU3 ( void   )

Clear Wake-up Flag 3 SCR CWUF3 LL_PWR_ClearFlag_WU3.

Return values:
None

Definition at line 1218 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE void LL_PWR_ClearFlag_WU4 ( void   )

Clear Wake-up Flag 4 SCR CWUF4 LL_PWR_ClearFlag_WU4.

Return values:
None

Definition at line 1208 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE void LL_PWR_ClearFlag_WU5 ( void   )

Clear Wake-up Flag 5 SCR CWUF5 LL_PWR_ClearFlag_WU5.

Return values:
None

Definition at line 1198 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_InternWU ( void   )

Get Internal Wake-up line Flag SR1 WUFI LL_PWR_IsActiveFlag_InternWU.

Return values:
Stateof bit (1 or 0).

Definition at line 1108 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_PVDO ( void   )

Indicate whether VDD voltage is below or above the selected PVD threshold SR2 PVDO LL_PWR_IsActiveFlag_PVDO.

Return values:
Stateof bit (1 or 0).

Definition at line 1290 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_PVMO1 ( void   )

Indicate whether VDDUSB voltage is below or above PVM1 threshold SR2 PVMO1 LL_PWR_IsActiveFlag_PVMO1.

Return values:
Stateof bit (1 or 0).

Definition at line 1279 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_PVMO2 ( void   )

Indicate whether VDDIO2 voltage is below or above PVM2 threshold SR2 PVMO2 LL_PWR_IsActiveFlag_PVMO2.

Return values:
Stateof bit (1 or 0).

Definition at line 1268 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_PVMO3 ( void   )

Indicate whether VDDA voltage is below or above PVM3 threshold SR2 PVMO3 LL_PWR_IsActiveFlag_PVMO3.

Return values:
Stateof bit (1 or 0).

Definition at line 1258 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_PVMO4 ( void   )

Indicate whether VDDA voltage is below or above PVM4 threshold SR2 PVMO4 LL_PWR_IsActiveFlag_PVMO4.

Return values:
Stateof bit (1 or 0).

Definition at line 1248 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_REGLPF ( void   )

Indicate whether the regulator is ready in main mode or is in low-power mode.

Note:
: Take care, return value "0" means the regulator is ready. Return value "1" means the output voltage range is still changing. SR2 REGLPF LL_PWR_IsActiveFlag_REGLPF
Return values:
Stateof bit (1 or 0).

Definition at line 1311 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_REGLPS ( void   )

Indicate whether or not the low-power regulator is ready SR2 REGLPS LL_PWR_IsActiveFlag_REGLPS.

Return values:
Stateof bit (1 or 0).

Definition at line 1321 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_SB ( void   )

Get Stand-By Flag SR1 SBF LL_PWR_IsActiveFlag_SB.

Return values:
Stateof bit (1 or 0).

Definition at line 1118 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_VOSF ( 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 SR2 VOSF LL_PWR_IsActiveFlag_VOSF.

Return values:
Stateof bit (1 or 0).

Definition at line 1300 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU1 ( void   )

Get Wake-up Flag 1 SR1 WUF1 LL_PWR_IsActiveFlag_WU1.

Return values:
Stateof bit (1 or 0).

Definition at line 1168 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU2 ( void   )

Get Wake-up Flag 2 SR1 WUF2 LL_PWR_IsActiveFlag_WU2.

Return values:
Stateof bit (1 or 0).

Definition at line 1158 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU3 ( void   )

Get Wake-up Flag 3 SR1 WUF3 LL_PWR_IsActiveFlag_WU3.

Return values:
Stateof bit (1 or 0).

Definition at line 1148 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU4 ( void   )

Get Wake-up Flag 4 SR1 WUF4 LL_PWR_IsActiveFlag_WU4.

Return values:
Stateof bit (1 or 0).

Definition at line 1138 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU5 ( void   )

Get Wake-up Flag 5 SR1 WUF5 LL_PWR_IsActiveFlag_WU5.

Return values:
Stateof bit (1 or 0).

Definition at line 1128 of file stm32l4xx_ll_pwr.h.