Home
last modified time | relevance | path

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

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_pwr.c446 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry) in HAL_PWR_EnterSLEEPMode() argument
450 assert_param(IS_PWR_SLEEP_ENTRY(SLEEPEntry)); in HAL_PWR_EnterSLEEPMode()
459 if(SLEEPEntry == PWR_SLEEPENTRY_WFI) in HAL_PWR_EnterSLEEPMode()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_pwr.h451 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry);

Completed in 8 milliseconds