Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ehci.c1263 uint16_t uframeIntervalIndex; in USB_HostBandwidthHsHostAllocateHsCommon() local
1275 …for (uframeIntervalIndex = 0; (uframeIntervalIndex < uframeInterval); ++uframeIntervalIndex) /* st… in USB_HostBandwidthHsHostAllocateHsCommon()
1278 … for (uframeIndex = uframeIntervalIndex; uframeIndex < (USB_HOST_CONFIG_EHCI_FRAME_LIST_SIZE * 8U); in USB_HostBandwidthHsHostAllocateHsCommon()
1300 if (uframeIntervalIndex < uframeInterval) in USB_HostBandwidthHsHostAllocateHsCommon()
1302 *uframeIndexOut = (uframeIntervalIndex); in USB_HostBandwidthHsHostAllocateHsCommon()
1320 uint16_t uframeIntervalIndex = 0; in USB_HostBandwidthHsHostAllocateIso() local
1345 uframeIntervalIndex = 0; in USB_HostBandwidthHsHostAllocateIso()
1347 (uint16_t)timeData, &uframeIntervalIndex); in USB_HostBandwidthHsHostAllocateIso()
1350 ehciPipePointer->startFrame = (uframeIntervalIndex / 8U); in USB_HostBandwidthHsHostAllocateIso()
1351 ehciPipePointer->startUframe = (uint8_t)(uframeIntervalIndex & 0x0007U); in USB_HostBandwidthHsHostAllocateIso()
[all …]