STM32L443xx HAL User Manual
|
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_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. |
__STATIC_INLINE void LL_PWR_ClearFlag_SB | ( | void | ) |
Clear Stand-By Flag.
None |
Definition at line 1483 of file stm32l4xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_ClearFlag_WU | ( | void | ) |
Clear Wake-up Flags.
None |
Definition at line 1493 of file stm32l4xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_ClearFlag_WU1 | ( | void | ) |
Clear Wake-up Flag 1.
None |
Definition at line 1543 of file stm32l4xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_ClearFlag_WU2 | ( | void | ) |
Clear Wake-up Flag 2.
None |
Definition at line 1533 of file stm32l4xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_ClearFlag_WU3 | ( | void | ) |
Clear Wake-up Flag 3.
None |
Definition at line 1523 of file stm32l4xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_ClearFlag_WU4 | ( | void | ) |
Clear Wake-up Flag 4.
None |
Definition at line 1513 of file stm32l4xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_ClearFlag_WU5 | ( | void | ) |
Clear Wake-up Flag 5.
None |
Definition at line 1503 of file stm32l4xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_InternWU | ( | void | ) |
Get Internal Wake-up line Flag.
State | of bit (1 or 0). |
Definition at line 1401 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.
State | of bit (1 or 0). |
Definition at line 1597 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.
State | of bit (1 or 0). |
Definition at line 1586 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.
State | of bit (1 or 0). |
Definition at line 1563 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.
State | of bit (1 or 0). |
Definition at line 1553 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.
State | of bit (1 or 0). |
Definition at line 1618 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.
State | of bit (1 or 0). |
Definition at line 1628 of file stm32l4xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_SB | ( | void | ) |
Get Stand-By Flag.
State | of bit (1 or 0). |
Definition at line 1423 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.
State | of bit (1 or 0). |
Definition at line 1607 of file stm32l4xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU1 | ( | void | ) |
Get Wake-up Flag 1.
State | of bit (1 or 0). |
Definition at line 1473 of file stm32l4xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU2 | ( | void | ) |
Get Wake-up Flag 2.
State | of bit (1 or 0). |
Definition at line 1463 of file stm32l4xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU3 | ( | void | ) |
Get Wake-up Flag 3.
State | of bit (1 or 0). |
Definition at line 1453 of file stm32l4xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU4 | ( | void | ) |
Get Wake-up Flag 4.
State | of bit (1 or 0). |
Definition at line 1443 of file stm32l4xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU5 | ( | void | ) |
Get Wake-up Flag 5.
State | of bit (1 or 0). |
Definition at line 1433 of file stm32l4xx_ll_pwr.h.