Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ehci.c1285 uint16_t uframeIndex; in USB_HostBandwidthHsHostAllocateHsCommon() local
1299 … for (uframeIndex = uframeIntervalIndex; uframeIndex < (USB_HOST_CONFIG_EHCI_FRAME_LIST_SIZE * 8U); in USB_HostBandwidthHsHostAllocateHsCommon()
1300 uframeIndex += uframeInterval) in USB_HostBandwidthHsHostAllocateHsCommon()
1302 if (frameIndex != (uframeIndex >> 3)) in USB_HostBandwidthHsHostAllocateHsCommon()
1304 frameIndex = (uframeIndex >> 3); in USB_HostBandwidthHsHostAllocateHsCommon()
1309 if (frameTimes[uframeIndex & 0x0007U] + timeData > in USB_HostBandwidthHsHostAllocateHsCommon()
1310 … s_SlotMaxBandwidthHs[(uframeIndex & 0x0007U)]) /* micro-frame has enough idle bandwidth? */ in USB_HostBandwidthHsHostAllocateHsCommon()
1315 if (uframeIndex >= (USB_HOST_CONFIG_EHCI_FRAME_LIST_SIZE * 8U)) /* success? */ in USB_HostBandwidthHsHostAllocateHsCommon()