Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ehci.c122 uint16_t uframeInterval,
283 uint16_t uframeInterval);
359 uint16_t uframeInterval);
1280 uint16_t uframeInterval, in USB_HostBandwidthHsHostAllocateHsCommon() argument
1296 …for (uframeIntervalIndex = 0; (uframeIntervalIndex < uframeInterval); ++uframeIntervalIndex) /* st… in USB_HostBandwidthHsHostAllocateHsCommon()
1300 uframeIndex += uframeInterval) in USB_HostBandwidthHsHostAllocateHsCommon()
1321 if (uframeIntervalIndex < uframeInterval) in USB_HostBandwidthHsHostAllocateHsCommon()
1367 … = USB_HostBandwidthHsHostAllocateHsCommon(ehciInstance, ehciPipePointer->uframeInterval, in USB_HostBandwidthHsHostAllocateIso()
1598 … = USB_HostBandwidthHsHostAllocateHsCommon(ehciInstance, ehciPipePointer->uframeInterval, in USB_HostBandwidthHsHostAllocateInterrupt()
1605 if (ehciPipePointer->uframeInterval >= 8U) in USB_HostBandwidthHsHostAllocateInterrupt()
[all …]
Dusb_host_ehci.h190 uint16_t uframeInterval; /*!< Micro-frame interval value */ member