STM32F103xB 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_PVDO (void)
 Indicate whether VDD voltage is below the selected PVD threshold.
__STATIC_INLINE void LL_PWR_ClearFlag_SB (void)
 Clear Standby Flag.
__STATIC_INLINE void LL_PWR_ClearFlag_WU (void)
 Clear Wake-up Flags.

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 391 of file stm32f1xx_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 401 of file stm32f1xx_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 381 of file stm32f1xx_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 371 of file stm32f1xx_ll_pwr.h.

__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 361 of file stm32f1xx_ll_pwr.h.