Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_pcd.c203 if (hpcd->Init.lpm_enable ==1) in HAL_PCD_Init()
372 if (hpcd->Init.lpm_enable ==1) in HAL_PCD_IRQHandler()
1091 if (hpcd->Init.lpm_enable ==1) in HAL_PCD_ActivateRemoteWakeup()
1111 if (hpcd->Init.lpm_enable ==1) in HAL_PCD_DeActivateRemoteWakeup()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_usb.h127 …uint32_t lpm_enable; /*!< Enable or disable Link Power Management. … member
250 …uint32_t lpm_enable; /*!< Enable or disable Battery charging. … member
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_pcd.h116 …uint32_t lpm_enable; /*!< Enable or disable the Link Power Management . … member
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_pcd.h125 uint32_t lpm_enable; /*!< Enable or disable Link Power Management. member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pcd.c237 if (hpcd->Init.lpm_enable == 1U) in HAL_PCD_Init()