|
STM32F103xB HAL User Manual
|
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. | |
| __STATIC_INLINE void LL_PWR_ClearFlag_SB | ( | void | ) |
Clear Standby Flag.
| None |
Definition at line 391 of file stm32f1xx_ll_pwr.h.
| __STATIC_INLINE void LL_PWR_ClearFlag_WU | ( | void | ) |
Clear Wake-up Flags.
| 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.
| State | of 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.
| State | of 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.
| State | of bit (1 or 0). |
Definition at line 361 of file stm32f1xx_ll_pwr.h.
1.7.6.1