Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ehci.c1190 uint16_t frameInterval; in USB_HostBandwidthHsHostComputeCurrentHsAll() local
1204 frameInterval = ehciPipePointer->pipeCommon.interval; in USB_HostBandwidthHsHostComputeCurrentHsAll()
1212 if ((frameInterval > 8U) && in USB_HostBandwidthHsHostComputeCurrentHsAll()
1217 ((uint32_t)frameInterval - 1U))) in USB_HostBandwidthHsHostComputeCurrentHsAll()
1224 … for (index = ehciPipePointer->startUframe; index < 8U; index += frameInterval) in USB_HostBandwidthHsHostComputeCurrentHsAll()
1235 (uint32_t)((uint32_t)frameInterval - 1U)))) in USB_HostBandwidthHsHostComputeCurrentHsAll()
1348 uint16_t frameInterval; in USB_HostBandwidthHsHostAllocateIso() local
1386 frameInterval = ehciPipePointer->pipeCommon.interval; in USB_HostBandwidthHsHostAllocateIso()
1405 …for (frameIntervalIndex = 0U; frameIntervalIndex < frameInterval; ++frameIntervalIndex) /* frame i… in USB_HostBandwidthHsHostAllocateIso()
1409 frameIndex += frameInterval) /* check all the frames */ in USB_HostBandwidthHsHostAllocateIso()
[all …]