Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ehci.c120 uint16_t timeData,
1260 uint16_t timeData, in USB_HostBandwidthHsHostAllocateHsCommon() argument
1288 if (frameTimes[uframeIndex & 0x0007U] + timeData > in USB_HostBandwidthHsHostAllocateHsCommon()
1325 uint32_t timeData; in USB_HostBandwidthHsHostAllocateIso() local
1339 timeData = USB_HostBandwidthComputeTime( in USB_HostBandwidthHsHostAllocateIso()
1347 (uint16_t)timeData, &uframeIntervalIndex); in USB_HostBandwidthHsHostAllocateIso()
1352 ehciPipePointer->dataTime = (uint16_t)timeData; in USB_HostBandwidthHsHostAllocateIso()
1362 timeData += (deviceInfo * 7U / (6U * 12U)); in USB_HostBandwidthHsHostAllocateIso()
1455 … deviceInfo = timeData; /* note: deviceInfo variable means bandwidth here */ in USB_HostBandwidthHsHostAllocateIso()
1475 frameTimes[index] += (uint16_t)timeData; in USB_HostBandwidthHsHostAllocateIso()
[all …]