STM32F479xx 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_BRR (void) |
Get Backup Regulator ready Flag. | |
__STATIC_INLINE uint32_t | LL_PWR_IsActiveFlag_PVDO (void) |
Indicate whether VDD voltage is below 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_OD (void) |
Indicate whether the Over-Drive mode is ready or not. | |
__STATIC_INLINE uint32_t | LL_PWR_IsActiveFlag_ODSW (void) |
Indicate whether the Over-Drive mode switching is ready or not. | |
__STATIC_INLINE uint32_t | LL_PWR_IsActiveFlag_UD (void) |
Indicate whether the Under-Drive mode is ready or not. | |
__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_UD (void) |
Clear Under-Drive ready Flag. |
__STATIC_INLINE void LL_PWR_ClearFlag_SB | ( | void | ) |
Clear Standby Flag.
None |
Definition at line 929 of file stm32f4xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_ClearFlag_UD | ( | void | ) |
Clear Under-Drive ready Flag.
None |
Definition at line 949 of file stm32f4xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_ClearFlag_WU | ( | void | ) |
Clear Wake-up Flags.
None |
Definition at line 939 of file stm32f4xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_BRR | ( | void | ) |
Get Backup Regulator ready Flag.
State | of bit (1 or 0). |
Definition at line 866 of file stm32f4xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_OD | ( | void | ) |
Indicate whether the Over-Drive mode is ready or not.
State | of bit (1 or 0). |
Definition at line 895 of file stm32f4xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_ODSW | ( | void | ) |
Indicate whether the Over-Drive mode switching is ready or not.
State | of bit (1 or 0). |
Definition at line 907 of file stm32f4xx_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 875 of file stm32f4xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_SB | ( | void | ) |
Get Standby Flag.
State | of bit (1 or 0). |
Definition at line 856 of file stm32f4xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_UD | ( | void | ) |
Indicate whether the Under-Drive mode is ready or not.
State | of bit (1 or 0). |
Definition at line 919 of file stm32f4xx_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.
State | of bit (1 or 0). |
Definition at line 885 of file stm32f4xx_ll_pwr.h.
References LL_PWR_CSR_VOS.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU | ( | void | ) |
Get Wake-up Flag.
State | of bit (1 or 0). |
Definition at line 846 of file stm32f4xx_ll_pwr.h.