Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ehci.c1344 uint16_t timeCompleteSplit; in USB_HostBandwidthHsHostAllocateIso() local
1393 timeCompleteSplit = 0; in USB_HostBandwidthHsHostAllocateIso()
1399timeCompleteSplit = (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_ISOCHRONOU… in USB_HostBandwidthHsHostAllocateIso()
1459 … if (frameTimes[index] + timeCompleteSplit > s_SlotMaxBandwidthHs[index]) in USB_HostBandwidthHsHostAllocateIso()
1537 ehciPipePointer->completeSplitTime = timeCompleteSplit; in USB_HostBandwidthHsHostAllocateIso()
1575 uint16_t timeCompleteSplit; in USB_HostBandwidthHsHostAllocateInterrupt() local
1640 timeCompleteSplit = in USB_HostBandwidthHsHostAllocateInterrupt()
1646timeCompleteSplit = (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_INTERRUPT,… in USB_HostBandwidthHsHostAllocateInterrupt()
1648 timeCompleteSplit += in USB_HostBandwidthHsHostAllocateInterrupt()
1691 … if (frameTimes[index] + timeCompleteSplit > s_SlotMaxBandwidthHs[index]) in USB_HostBandwidthHsHostAllocateInterrupt()
[all …]