Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pwr.c461 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry) in HAL_PWR_EnterSLEEPMode() argument
465 assert_param(IS_PWR_SLEEP_ENTRY(SLEEPEntry)); in HAL_PWR_EnterSLEEPMode()
494 if(SLEEPEntry == PWR_SLEEPENTRY_WFI) in HAL_PWR_EnterSLEEPMode()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_pwr.c462 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry) in HAL_PWR_EnterSLEEPMode() argument
466 assert_param(IS_PWR_SLEEP_ENTRY(SLEEPEntry)); in HAL_PWR_EnterSLEEPMode()
475 if(SLEEPEntry == PWR_SLEEPENTRY_WFI) in HAL_PWR_EnterSLEEPMode()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_pwr.c476 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry) in HAL_PWR_EnterSLEEPMode() argument
481 assert_param(IS_PWR_SLEEP_ENTRY(SLEEPEntry)); in HAL_PWR_EnterSLEEPMode()
499 if(SLEEPEntry == PWR_SLEEPENTRY_WFI) in HAL_PWR_EnterSLEEPMode()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_pwr.h395 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry);
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_pwr.h467 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry);
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_pwr.h421 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry);