|
STM32L443xx HAL User Manual
|
Defines | |
| #define | PWR_SLEEPENTRY_WFI ((uint8_t)0x01) |
| #define | PWR_SLEEPENTRY_WFE ((uint8_t)0x02) |
| #define PWR_SLEEPENTRY_WFE ((uint8_t)0x02) |
Wait For Event instruction to enter Sleep mode
Definition at line 113 of file stm32l4xx_hal_pwr.h.
| #define PWR_SLEEPENTRY_WFI ((uint8_t)0x01) |
Wait For Interruption instruction to enter Sleep mode
Definition at line 112 of file stm32l4xx_hal_pwr.h.
Referenced by HAL_PWR_EnterSLEEPMode().
1.7.6.1