STM32L486xx HAL User Manual
Functions
FLAG_Management
PWR Exported Functions

Functions

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_InternWU (void)
 Get Internal Wake-up line Flag.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_SB (void)
 Get Stand-By Flag.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU5 (void)
 Get Wake-up Flag 5.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU4 (void)
 Get Wake-up Flag 4.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU3 (void)
 Get Wake-up Flag 3.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU2 (void)
 Get Wake-up Flag 2.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU1 (void)
 Get Wake-up Flag 1.
__STATIC_INLINE void LL_PWR_ClearFlag_SB (void)
 Clear Stand-By Flag.
__STATIC_INLINE void LL_PWR_ClearFlag_WU (void)
 Clear Wake-up Flags.
__STATIC_INLINE void LL_PWR_ClearFlag_WU5 (void)
 Clear Wake-up Flag 5.
__STATIC_INLINE void LL_PWR_ClearFlag_WU4 (void)
 Clear Wake-up Flag 4.
__STATIC_INLINE void LL_PWR_ClearFlag_WU3 (void)
 Clear Wake-up Flag 3.
__STATIC_INLINE void LL_PWR_ClearFlag_WU2 (void)
 Clear Wake-up Flag 2.
__STATIC_INLINE void LL_PWR_ClearFlag_WU1 (void)
 Clear Wake-up Flag 1.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_PVMO4 (void)
 Indicate whether VDDA voltage is below or above PVM4 threshold.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_PVMO3 (void)
 Indicate whether VDDA voltage is below or above PVM3 threshold.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_PVMO2 (void)
 Indicate whether VDDIO2 voltage is below or above PVM2 threshold.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_PVMO1 (void)
 Indicate whether VDDUSB voltage is below or above PVM1 threshold.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_PVDO (void)
 Indicate whether VDD voltage is below or above 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_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.

Function Documentation

__STATIC_INLINE void LL_PWR_ClearFlag_SB ( void  )

Clear Stand-By Flag.

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

Definition at line 1373 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE void LL_PWR_ClearFlag_WU ( void  )

Clear Wake-up Flags.

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

Definition at line 1383 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE void LL_PWR_ClearFlag_WU1 ( void  )

Clear Wake-up Flag 1.

Reference Manual to LL API cross reference:
SCR CWUF1 LL_PWR_ClearFlag_WU1
Return values:
None

Definition at line 1433 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE void LL_PWR_ClearFlag_WU2 ( void  )

Clear Wake-up Flag 2.

Reference Manual to LL API cross reference:
SCR CWUF2 LL_PWR_ClearFlag_WU2
Return values:
None

Definition at line 1423 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE void LL_PWR_ClearFlag_WU3 ( void  )

Clear Wake-up Flag 3.

Reference Manual to LL API cross reference:
SCR CWUF3 LL_PWR_ClearFlag_WU3
Return values:
None

Definition at line 1413 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE void LL_PWR_ClearFlag_WU4 ( void  )

Clear Wake-up Flag 4.

Reference Manual to LL API cross reference:
SCR CWUF4 LL_PWR_ClearFlag_WU4
Return values:
None

Definition at line 1403 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE void LL_PWR_ClearFlag_WU5 ( void  )

Clear Wake-up Flag 5.

Reference Manual to LL API cross reference:
SCR CWUF5 LL_PWR_ClearFlag_WU5
Return values:
None

Definition at line 1393 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_InternWU ( void  )

Get Internal Wake-up line Flag.

Reference Manual to LL API cross reference:
SR1 WUFI LL_PWR_IsActiveFlag_InternWU
Return values:
Stateof bit (1 or 0).

Definition at line 1303 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.

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

Definition at line 1487 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.

Reference Manual to LL API cross reference:
SR2 PVMO1 LL_PWR_IsActiveFlag_PVMO1
Return values:
Stateof bit (1 or 0).

Definition at line 1476 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.

Reference Manual to LL API cross reference:
SR2 PVMO2 LL_PWR_IsActiveFlag_PVMO2
Return values:
Stateof bit (1 or 0).

Definition at line 1464 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.

Reference Manual to LL API cross reference:
SR2 PVMO3 LL_PWR_IsActiveFlag_PVMO3
Return values:
Stateof bit (1 or 0).

Definition at line 1453 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.

Reference Manual to LL API cross reference:
SR2 PVMO4 LL_PWR_IsActiveFlag_PVMO4
Return values:
Stateof bit (1 or 0).

Definition at line 1443 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.
Reference Manual to LL API cross reference:
SR2 REGLPF LL_PWR_IsActiveFlag_REGLPF
Return values:
Stateof bit (1 or 0).

Definition at line 1508 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.

Reference Manual to LL API cross reference:
SR2 REGLPS LL_PWR_IsActiveFlag_REGLPS
Return values:
Stateof bit (1 or 0).

Definition at line 1518 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_SB ( void  )

Get Stand-By Flag.

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

Definition at line 1313 of file stm32l4xx_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:
SR2 VOSF LL_PWR_IsActiveFlag_VOS
Return values:
Stateof bit (1 or 0).

Definition at line 1497 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU1 ( void  )

Get Wake-up Flag 1.

Reference Manual to LL API cross reference:
SR1 WUF1 LL_PWR_IsActiveFlag_WU1
Return values:
Stateof bit (1 or 0).

Definition at line 1363 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU2 ( void  )

Get Wake-up Flag 2.

Reference Manual to LL API cross reference:
SR1 WUF2 LL_PWR_IsActiveFlag_WU2
Return values:
Stateof bit (1 or 0).

Definition at line 1353 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU3 ( void  )

Get Wake-up Flag 3.

Reference Manual to LL API cross reference:
SR1 WUF3 LL_PWR_IsActiveFlag_WU3
Return values:
Stateof bit (1 or 0).

Definition at line 1343 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU4 ( void  )

Get Wake-up Flag 4.

Reference Manual to LL API cross reference:
SR1 WUF4 LL_PWR_IsActiveFlag_WU4
Return values:
Stateof bit (1 or 0).

Definition at line 1333 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU5 ( void  )

Get Wake-up Flag 5.

Reference Manual to LL API cross reference:
SR1 WUF5 LL_PWR_IsActiveFlag_WU5
Return values:
Stateof bit (1 or 0).

Definition at line 1323 of file stm32l4xx_ll_pwr.h.