Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ehci.c1323 uint16_t timeCompleteSplit; in USB_HostBandwidthHsHostAllocateIso() local
1372 timeCompleteSplit = 0; in USB_HostBandwidthHsHostAllocateIso()
1378timeCompleteSplit = (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_ISOCHRONOU… in USB_HostBandwidthHsHostAllocateIso()
1438 … if (frameTimes[index] + timeCompleteSplit > s_SlotMaxBandwidthHs[index]) in USB_HostBandwidthHsHostAllocateIso()
1516 ehciPipePointer->completeSplitTime = timeCompleteSplit; in USB_HostBandwidthHsHostAllocateIso()
1554 uint16_t timeCompleteSplit; in USB_HostBandwidthHsHostAllocateInterrupt() local
1619 timeCompleteSplit = in USB_HostBandwidthHsHostAllocateInterrupt()
1625timeCompleteSplit = (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_INTERRUPT,… in USB_HostBandwidthHsHostAllocateInterrupt()
1627 timeCompleteSplit += in USB_HostBandwidthHsHostAllocateInterrupt()
1670 … if (frameTimes[index] + timeCompleteSplit > s_SlotMaxBandwidthHs[index]) in USB_HostBandwidthHsHostAllocateInterrupt()
[all …]