Home
last modified time | relevance | path

Searched refs:LPM_L1 (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pcd.c1201 if (hpcd->LPM_State == LPM_L1) in HAL_PCD_IRQHandler()
1244 hpcd->LPM_State = LPM_L1; in HAL_PCD_IRQHandler()
1527 if (hpcd->LPM_State == LPM_L1) in HAL_PCD_IRQHandler()
1576 hpcd->LPM_State = LPM_L1; in HAL_PCD_IRQHandler()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_pcd.h79 LPM_L1 = 0x01, /* LPM L1 sleep */ enumerator
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_pcd.h78 LPM_L1 = 0x01, /* LPM L1 sleep */ enumerator
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_pcd.c415 hpcd->LPM_State = LPM_L1; in HAL_PCD_IRQHandler()