Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_usb.h120 uint32_t phy_itface; /*!< Select the used PHY interface. member
243 uint32_t phy_itface; /*!< Select the used PHY interface. member
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_pcd.h107 uint32_t phy_itface; /*!< Select the used PHY interface. member
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_pcd.h116 uint32_t phy_itface; /*!< Select the used PHY interface. member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_hcd.c1577 if (hhcd->Init.phy_itface == USB_OTG_EMBEDDED_PHY) in HCD_Port_IRQHandler()
Dstm32l4xx_ll_usb.c102 if (cfg.phy_itface == USB_OTG_ULPI_PHY) in USB_CoreInit()