Home
last modified time | relevance | path

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

/bsp/nxp/imx/imx6ull-smart/drivers/usb/host/
A Dusb_host_ehci.h338 uint8_t firstDeviceSpeed; /*!< The first device's speed, the controller's work speed*/ member
A Dusb_host_ehci.c2677 if (ehciInstance->firstDeviceSpeed == USB_SPEED_HIGH) in USB_HostEhciSitdArrayInit()
3145 if (ehciInstance->firstDeviceSpeed == USB_SPEED_HIGH) in USB_HostEhciOpenInterrupt()
3200 if (ehciInstance->firstDeviceSpeed == USB_SPEED_HIGH) in USB_HostEhciOpenIso()
3826 ehciInstance->firstDeviceSpeed = in USB_HostEhciPortChange()
3829 if (ehciInstance->firstDeviceSpeed == USB_SPEED_HIGH) in USB_HostEhciPortChange()
4591 … if (USB_HostAttachDevice(ehciInstance->hostHandle, ehciInstance->firstDeviceSpeed, 0, 0, 1, in USB_HostEhciTaskFunction()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host_ehci.h322 uint8_t firstDeviceSpeed; /*!< The first device's speed, the controller's work speed*/ member
A Dusb_host_ehci.c2730 if (ehciInstance->firstDeviceSpeed == USB_SPEED_HIGH) in USB_HostEhciSitdArrayInit()
3240 if (ehciInstance->firstDeviceSpeed == USB_SPEED_HIGH) in USB_HostEhciOpenInterrupt()
3296 if (ehciInstance->firstDeviceSpeed == USB_SPEED_HIGH) in USB_HostEhciOpenIso()
3952 ehciInstance->firstDeviceSpeed = in USB_HostEhciPortChange()
3956 if (ehciInstance->firstDeviceSpeed == USB_SPEED_HIGH) in USB_HostEhciPortChange()
4833 … if (USB_HostAttachDevice(ehciInstance->hostHandle, ehciInstance->firstDeviceSpeed, 0, 0, 1, in USB_HostEhciTaskFunction()

Completed in 26 milliseconds