|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| __STATIC_INLINE void | LL_LPM_EnableSleep (void) |
| Processor uses sleep as its low power mode SCB_SCR SLEEPDEEP LL_LPM_EnableSleep. More... | |
| __STATIC_INLINE void | LL_LPM_EnableDeepSleep (void) |
| Processor uses deep sleep as its low power mode SCB_SCR SLEEPDEEP LL_LPM_EnableDeepSleep. More... | |
| __STATIC_INLINE void | LL_LPM_EnableSleepOnExit (void) |
| Configures sleep-on-exit when returning from Handler mode to Thread mode. More... | |
| __STATIC_INLINE void | LL_LPM_DisableSleepOnExit (void) |
| Do not sleep when returning to Thread mode. SCB_SCR SLEEPONEXIT LL_LPM_DisableSleepOnExit. More... | |
| __STATIC_INLINE void | LL_LPM_EnableEventOnPend (void) |
| Enabled events and all interrupts, including disabled interrupts, can wakeup the processor. SCB_SCR SEVEONPEND LL_LPM_EnableEventOnPend. More... | |
| __STATIC_INLINE void | LL_LPM_DisableEventOnPend (void) |
| Only enabled interrupts or events can wakeup the processor, disabled interrupts are excluded SCB_SCR SEVEONPEND LL_LPM_DisableEventOnPend. More... | |
| __STATIC_INLINE void LL_LPM_DisableEventOnPend | ( | void | ) |
Only enabled interrupts or events can wakeup the processor, disabled interrupts are excluded SCB_SCR SEVEONPEND LL_LPM_DisableEventOnPend.
| None |
Definition at line 369 of file stm32l4xx_ll_cortex.h.
| __STATIC_INLINE void LL_LPM_DisableSleepOnExit | ( | void | ) |
Do not sleep when returning to Thread mode. SCB_SCR SLEEPONEXIT LL_LPM_DisableSleepOnExit.
| None |
Definition at line 345 of file stm32l4xx_ll_cortex.h.
| __STATIC_INLINE void LL_LPM_EnableDeepSleep | ( | void | ) |
Processor uses deep sleep as its low power mode SCB_SCR SLEEPDEEP LL_LPM_EnableDeepSleep.
| None |
Definition at line 321 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. SCB_SCR SEVEONPEND LL_LPM_EnableEventOnPend.
| None |
Definition at line 357 of file stm32l4xx_ll_cortex.h.
| __STATIC_INLINE void LL_LPM_EnableSleep | ( | void | ) |
Processor uses sleep as its low power mode SCB_SCR SLEEPDEEP LL_LPM_EnableSleep.
| None |
Definition at line 310 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 334 of file stm32l4xx_ll_cortex.h.