Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ip3516hs.c989 usbHostState->portState[i].portSpeed = in USB_HostIp3516HsPortChange()
992 if (0x00U == usbHostState->portState[i].portSpeed) in USB_HostIp3516HsPortChange()
994 usbHostState->portState[i].portSpeed = USB_SPEED_LOW; in USB_HostIp3516HsPortChange()
996 else if (0x01U == usbHostState->portState[i].portSpeed) in USB_HostIp3516HsPortChange()
998 usbHostState->portState[i].portSpeed = USB_SPEED_FULL; in USB_HostIp3516HsPortChange()
1338 if (USB_SPEED_HIGH == usbHostState->portState[0].portSpeed) in USB_HostIp3516HsOpenControlBulkPipe()
1437 if (USB_SPEED_HIGH == usbHostState->portState[0].portSpeed) in USB_HostIp3516HsOpenIsoPipe()
1527 if (USB_SPEED_HIGH == usbHostState->portState[0].portSpeed) in USB_HostIp3516HsOpenInterruptPipe()
3984 … usbHostState->portState[i].portSpeed, 0U, i, 1U, in USB_HostIp3516HsTaskFunction()
4045 if (USB_SPEED_HIGH == usbHostState->portState->portSpeed) in USB_HostIp3516HsIsrFunction()
Dusb_host_ohci.h411 uint8_t portSpeed; /*!< Port speed */ member
Dusb_host_ip3516hs.h566 volatile uint8_t portSpeed; /*!< Port speed */ member
Dusb_host_ohci.c679 usbHostState->portState[i].portSpeed = in USB_HostOhciPortChange()
2696 … usbHostState->portState[i].portSpeed, 0U, i, 1U, in USB_HostOhciTaskFunction()