STM32H735xx HAL User Manual
Defines
PWR SLEEP mode entry
PWR Exported Constants

Defines

#define PWR_SLEEPENTRY_WFI   (0x01U)
#define PWR_SLEEPENTRY_WFE   (0x02U)

Define Documentation

#define PWR_SLEEPENTRY_WFE   (0x02U)

Definition at line 119 of file stm32h7xx_hal_pwr.h.

#define PWR_SLEEPENTRY_WFI   (0x01U)

Definition at line 118 of file stm32h7xx_hal_pwr.h.

Referenced by HAL_PWR_EnterSLEEPMode().