Home
last modified time | relevance | path

Searched refs:SleepEntry (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr.c538 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SleepEntry) in HAL_PWR_EnterSLEEPMode() argument
543 assert_param(IS_PWR_SLEEP_ENTRY(SleepEntry)); in HAL_PWR_EnterSLEEPMode()
549 if (SleepEntry == PWR_SLEEPENTRY_WFI) in HAL_PWR_EnterSLEEPMode()
556 if (SleepEntry != PWR_SLEEPENTRY_WFE_NO_EVT_CLEAR) in HAL_PWR_EnterSLEEPMode()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr.h766 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SleepEntry);