Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ehci.c119 uint16_t uframeInterval,
280 uint16_t uframeInterval);
356 uint16_t uframeInterval);
1259 uint16_t uframeInterval, in USB_HostBandwidthHsHostAllocateHsCommon() argument
1275 …for (uframeIntervalIndex = 0; (uframeIntervalIndex < uframeInterval); ++uframeIntervalIndex) /* st… in USB_HostBandwidthHsHostAllocateHsCommon()
1279 uframeIndex += uframeInterval) in USB_HostBandwidthHsHostAllocateHsCommon()
1300 if (uframeIntervalIndex < uframeInterval) in USB_HostBandwidthHsHostAllocateHsCommon()
1346 … = USB_HostBandwidthHsHostAllocateHsCommon(ehciInstance, ehciPipePointer->uframeInterval, in USB_HostBandwidthHsHostAllocateIso()
1577 … = USB_HostBandwidthHsHostAllocateHsCommon(ehciInstance, ehciPipePointer->uframeInterval, in USB_HostBandwidthHsHostAllocateInterrupt()
1584 if (ehciPipePointer->uframeInterval >= 8U) in USB_HostBandwidthHsHostAllocateInterrupt()
[all …]
Dusb_host_ehci.h181 uint16_t uframeInterval; /*!< Micro-frame interval value */ member