STM32F4xx_HAL_Driver
1.8.3
|
Functions | |
__STATIC_INLINE uint32_t | LL_PWR_IsActiveFlag_WU (void) |
Get Wake-up Flag @rmtoll CSR WUF LL_PWR_IsActiveFlag_WU. More... | |
__STATIC_INLINE uint32_t | LL_PWR_IsActiveFlag_SB (void) |
Get Standby Flag @rmtoll CSR SBF LL_PWR_IsActiveFlag_SB. More... | |
__STATIC_INLINE uint32_t | LL_PWR_IsActiveFlag_BRR (void) |
Get Backup Regulator ready Flag @rmtoll CSR BRR LL_PWR_IsActiveFlag_BRR. More... | |
__STATIC_INLINE uint32_t | LL_PWR_IsActiveFlag_PVDO (void) |
Indicate whether VDD voltage is below the selected PVD threshold @rmtoll CSR PVDO LL_PWR_IsActiveFlag_PVDO. More... | |
__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 @rmtoll CSR VOS LL_PWR_IsActiveFlag_VOS. More... | |
__STATIC_INLINE uint32_t | LL_PWR_IsActiveFlag_OD (void) |
Indicate whether the Over-Drive mode is ready or not @rmtoll CSR ODRDY LL_PWR_IsActiveFlag_OD. More... | |
__STATIC_INLINE uint32_t | LL_PWR_IsActiveFlag_ODSW (void) |
Indicate whether the Over-Drive mode switching is ready or not @rmtoll CSR ODSWRDY LL_PWR_IsActiveFlag_ODSW. More... | |
__STATIC_INLINE uint32_t | LL_PWR_IsActiveFlag_UD (void) |
Indicate whether the Under-Drive mode is ready or not @rmtoll CSR UDRDY LL_PWR_IsActiveFlag_UD. More... | |
__STATIC_INLINE void | LL_PWR_ClearFlag_SB (void) |
Clear Standby Flag @rmtoll CR CSBF LL_PWR_ClearFlag_SB. More... | |
__STATIC_INLINE void | LL_PWR_ClearFlag_WU (void) |
Clear Wake-up Flags @rmtoll CR CWUF LL_PWR_ClearFlag_WU. More... | |
__STATIC_INLINE void | LL_PWR_ClearFlag_UD (void) |
Clear Under-Drive ready Flag @rmtoll CSR UDRDY LL_PWR_ClearFlag_UD. More... | |
__STATIC_INLINE void LL_PWR_ClearFlag_SB | ( | void | ) |
Clear Standby Flag @rmtoll CR CSBF LL_PWR_ClearFlag_SB.
None |
Definition at line 927 of file stm32f4xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_ClearFlag_UD | ( | void | ) |
Clear Under-Drive ready Flag @rmtoll CSR UDRDY LL_PWR_ClearFlag_UD.
None |
Definition at line 947 of file stm32f4xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_ClearFlag_WU | ( | void | ) |
Clear Wake-up Flags @rmtoll CR CWUF LL_PWR_ClearFlag_WU.
None |
Definition at line 937 of file stm32f4xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_BRR | ( | void | ) |
Get Backup Regulator ready Flag @rmtoll CSR BRR LL_PWR_IsActiveFlag_BRR.
State | of bit (1 or 0). |
Definition at line 864 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 @rmtoll CSR ODRDY LL_PWR_IsActiveFlag_OD.
State | of bit (1 or 0). |
Definition at line 893 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 @rmtoll CSR ODSWRDY LL_PWR_IsActiveFlag_ODSW.
State | of bit (1 or 0). |
Definition at line 905 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 @rmtoll CSR PVDO LL_PWR_IsActiveFlag_PVDO.
State | of bit (1 or 0). |
Definition at line 873 of file stm32f4xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_SB | ( | void | ) |
Get Standby Flag @rmtoll CSR SBF LL_PWR_IsActiveFlag_SB.
State | of bit (1 or 0). |
Definition at line 854 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 @rmtoll CSR UDRDY LL_PWR_IsActiveFlag_UD.
State | of bit (1 or 0). |
Definition at line 917 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 @rmtoll CSR VOS LL_PWR_IsActiveFlag_VOS.
State | of bit (1 or 0). |
Definition at line 883 of file stm32f4xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU | ( | void | ) |
Get Wake-up Flag @rmtoll CSR WUF LL_PWR_IsActiveFlag_WU.
State | of bit (1 or 0). |
Definition at line 844 of file stm32f4xx_ll_pwr.h.