|
STM32L443xx HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_LPM_EnableSleep (void) |
| Processor uses sleep as its low power mode. | |
| __STATIC_INLINE void | LL_LPM_EnableDeepSleep (void) |
| Processor uses deep sleep as its low power mode. | |
| __STATIC_INLINE void | LL_LPM_EnableSleepOnExit (void) |
| Configures sleep-on-exit when returning from Handler mode to Thread mode. | |
| __STATIC_INLINE void | LL_LPM_DisableSleepOnExit (void) |
| Do not sleep when returning to Thread mode. | |
| __STATIC_INLINE void | LL_LPM_EnableEventOnPend (void) |
| Enabled events and all interrupts, including disabled interrupts, can wakeup the processor. | |
| __STATIC_INLINE void | LL_LPM_DisableEventOnPend (void) |
| Only enabled interrupts or events can wakeup the processor, disabled interrupts are excluded. | |
| __STATIC_INLINE void LL_LPM_DisableEventOnPend | ( | void | ) |
Only enabled interrupts or events can wakeup the processor, disabled interrupts are excluded.
| None |
Definition at line 368 of file stm32l4xx_ll_cortex.h.
| __STATIC_INLINE void LL_LPM_DisableSleepOnExit | ( | void | ) |
Do not sleep when returning to Thread mode.
| None |
Definition at line 344 of file stm32l4xx_ll_cortex.h.
| __STATIC_INLINE void LL_LPM_EnableDeepSleep | ( | void | ) |
Processor uses deep sleep as its low power mode.
| None |
Definition at line 320 of file stm32l4xx_ll_cortex.h.
| __STATIC_INLINE void LL_LPM_EnableEventOnPend | ( | void | ) |
Enabled events and all interrupts, including disabled interrupts, can wakeup the processor.
| None |
Definition at line 356 of file stm32l4xx_ll_cortex.h.
| __STATIC_INLINE void LL_LPM_EnableSleep | ( | void | ) |
Processor uses sleep as its low power mode.
| None |
Definition at line 309 of file stm32l4xx_ll_cortex.h.
| __STATIC_INLINE void LL_LPM_EnableSleepOnExit | ( | void | ) |
Configures sleep-on-exit when returning from Handler mode to Thread mode.
| None |
Definition at line 333 of file stm32l4xx_ll_cortex.h.
1.7.6.1