Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ehci.c1266 uint16_t frameTimes[8]; in USB_HostBandwidthHsHostAllocateHsCommon() local
1271 frameTimes[i] = 0U; in USB_HostBandwidthHsHostAllocateHsCommon()
1274 …ehciInstance, frameIndex, frameTimes); /* compute the allocated bandwidths in the frameIndex frame… in USB_HostBandwidthHsHostAllocateHsCommon()
1286 frameTimes); /* compute the allocated bandwidths in the new frameIndex frame */ in USB_HostBandwidthHsHostAllocateHsCommon()
1288 if (frameTimes[uframeIndex & 0x0007U] + timeData > in USB_HostBandwidthHsHostAllocateHsCommon()
1328 uint16_t frameTimes[8]; in USB_HostBandwidthHsHostAllocateIso() local
1334 frameTimes[i] = 0U; in USB_HostBandwidthHsHostAllocateIso()
1411 … USB_HostBandwidthHsHostComputeCurrentHsAll(ehciInstance, frameIndex, frameTimes); in USB_HostBandwidthHsHostAllocateIso()
1417 … if (frameTimes[index] + timeStartSplit > s_SlotMaxBandwidthHs[index]) in USB_HostBandwidthHsHostAllocateIso()
1427 if (frameTimes[index] + timeStartSplit > s_SlotMaxBandwidthHs[index]) in USB_HostBandwidthHsHostAllocateIso()
[all …]