Home
last modified time | relevance | path

Searched refs:PWR_SLEEPENTRY_WFI (Results 1 – 5 of 5) sorted by relevance

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_pwr.h77 #define PWR_SLEEPENTRY_WFI ((uint8_t)0x01U) macro
79 #define IS_PWR_SLEEP_ENTRY(ENTRY) (((ENTRY) == PWR_SLEEPENTRY_WFI) || ((ENTRY) == PWR_SLEEPENTRY_WF…
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_pwr.h126 #define PWR_SLEEPENTRY_WFI ((uint8_t)0x01) macro
394 #define IS_PWR_SLEEP_ENTRY(ENTRY) (((ENTRY) == PWR_SLEEPENTRY_WFI) || ((ENTRY) == PWR_SLEEPENTRY_WF…
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_pwr.c295 if(SLEEPEntry == PWR_SLEEPENTRY_WFI) in HAL_PWR_EnterSLEEPMode()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_pwr.c411 if (SLEEPEntry == PWR_SLEEPENTRY_WFI) { in HAL_PWR_EnterSLEEPMode()
A Dstm32f7xx_hal_pwr_ex.c420 if (STOPEntry == PWR_SLEEPENTRY_WFI) { in HAL_PWREx_EnterUnderDriveSTOPMode()

Completed in 6 milliseconds