STM32L486xx HAL User Manual
Defines
PWR STOP mode entry
PWR Exported Constants

Defines

#define PWR_STOPENTRY_WFI   ((uint8_t)0x01)
#define PWR_STOPENTRY_WFE   ((uint8_t)0x02)

Define Documentation

#define PWR_STOPENTRY_WFE   ((uint8_t)0x02)

Wait For Event instruction to enter Stop mode

Definition at line 139 of file stm32l4xx_hal_pwr.h.

#define PWR_STOPENTRY_WFI   ((uint8_t)0x01)

Wait For Interruption instruction to enter Stop mode

Definition at line 138 of file stm32l4xx_hal_pwr.h.

Referenced by HAL_PWREx_EnterSTOP0Mode(), HAL_PWREx_EnterSTOP1Mode(), and HAL_PWREx_EnterSTOP2Mode().