Searched refs:USB_SPEED_HIGH (Results 1 – 8 of 8) sorted by relevance
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/ |
| D | usb_host_ehci.c | 1024 if (speed == USB_SPEED_HIGH) in USB_HostBandwidthComputeTime() 1046 if (speed == USB_SPEED_HIGH) in USB_HostBandwidthComputeTime() 1144 if (deviceInfo == USB_SPEED_HIGH) in USB_HostBandwidthHsHostComputeCurrentFsls() 1207 if (deviceInfo == USB_SPEED_HIGH) /* high-speed data bandwidth */ in USB_HostBandwidthHsHostComputeCurrentHsAll() 1364 if (deviceInfo == USB_SPEED_HIGH) in USB_HostBandwidthHsHostAllocateIso() 1391 …timeStartSplit = (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_ISOCHRONOUS, … in USB_HostBandwidthHsHostAllocateIso() 1398 … (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_ISOCHRONOUS, USB_IN, 1); in USB_HostBandwidthHsHostAllocateIso() 1399 …timeCompleteSplit = (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_ISOCHRONOU… in USB_HostBandwidthHsHostAllocateIso() 1595 if (deviceInfo == USB_SPEED_HIGH) in USB_HostBandwidthHsHostAllocateInterrupt() 1636 …timeStartSplit = (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_INTERRUPT, US… in USB_HostBandwidthHsHostAllocateInterrupt() [all …]
|
| D | usb_host_ip3516hs.c | 624 if (speed == USB_SPEED_HIGH) in USB_HostIp3516HsBusTime() 646 if (speed == USB_SPEED_HIGH) in USB_HostIp3516HsBusTime() 1152 if (USB_SPEED_HIGH == speed) in USB_HostIp3516HsFindStartFrame() 1202 if ((frame >= USB_HOST_IP3516HS_MAX_UFRAME) && (USB_SPEED_HIGH != speed)) in USB_HostIp3516HsFindStartFrame() 1287 USB_SPEED_HIGH, pipe->pipeCommon.pipeType, pipe->pipeCommon.direction, in USB_HostIp3516BaudWidthCheck() 1290 if (USB_SPEED_HIGH != speed) in USB_HostIp3516BaudWidthCheck() 1338 if (USB_SPEED_HIGH == usbHostState->portState[0].portSpeed) in USB_HostIp3516HsOpenControlBulkPipe() 1341 …(USB_SPEED_HIGH == ((usb_host_device_instance_t *)pipe->pipeCommon.deviceHandle)->speed) ? 0U : 1U; in USB_HostIp3516HsOpenControlBulkPipe() 1437 if (USB_SPEED_HIGH == usbHostState->portState[0].portSpeed) in USB_HostIp3516HsOpenIsoPipe() 1440 …(USB_SPEED_HIGH == ((usb_host_device_instance_t *)pipe->pipeCommon.deviceHandle)->speed) ? 0U : 1U; in USB_HostIp3516HsOpenIsoPipe() [all …]
|
| D | usb_host_devices.c | 1119 if ((speed != USB_SPEED_HIGH) && (level > 1U)) in USB_HostAttachDevice()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/serial_manager/usb_cdc_adapter/ |
| D | usb_device_descriptor.c | 395 if (USB_SPEED_HIGH == speed) in USB_DeviceSetSpeed() 461 if (USB_SPEED_HIGH == speed) in USB_DeviceSetSpeed() 472 if (USB_SPEED_HIGH == speed) in USB_DeviceSetSpeed()
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/ |
| D | usb_host_hub_app.c | 557 portInstance->speed = USB_SPEED_HIGH; in USB_HostHubProcessPortAttach() 1449 if (deviceInfo == USB_SPEED_HIGH) /* parent hub is HS */ in USB_HostHubGetHsHubNumber() 1498 if (deviceInfo == USB_SPEED_HIGH) /* parent hub is HS */ in USB_HostHubGetHsHubPort()
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/include/ |
| D | usb_spec.h | 19 #define USB_SPEED_HIGH (0x02U) macro
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/ |
| D | usb_device_ehci.c | 876 ehciState->speed = USB_SPEED_HIGH; in USB_DeviceEhciInterruptPortChange() 2285 if (USB_SPEED_HIGH == ehciState->speed)
|
| D | usb_device_lpcip3511.c | 1454 lpc3511IpState->deviceSpeed = USB_SPEED_HIGH; in USB_DeviceLpc3511IpInterruptReset() 2572 …if (USB_SPEED_HIGH == lpc3511IpState->deviceSpeed) /* if high speed, change to use microframe coun… in USB_DeviceLpc3511IpControl()
|