Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pwr_ex.c1178 assert_param(IS_PWR_STOP_ENTRY(STOPEntry)); in HAL_PWREx_EnterSTOP0Mode()
1229 assert_param(IS_PWR_STOP_ENTRY(STOPEntry)); in HAL_PWREx_EnterSTOP1Mode()
1281 assert_param(IS_PWR_STOP_ENTRY(STOPEntry)); in HAL_PWREx_EnterSTOP2Mode()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_pwr.c512 assert_param(IS_PWR_STOP_ENTRY(STOPEntry)); in HAL_PWR_EnterSTOPMode()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_pwr.c543 assert_param(IS_PWR_STOP_ENTRY(STOPEntry)); in HAL_PWR_EnterSTOPMode()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_pwr.h352 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || ((ENTRY) == PWR_STOPENTRY_WFE) ) macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_pwr.h417 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || ((ENTRY) == PWR_STOPENTRY_WFE) ) macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_pwr.h381 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || ((ENTRY) == PWR_STOPENTRY_WFE)) macro