Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ehci.c71 static uint32_t USB_HostBandwidthComputeTime(uint8_t speed, uint8_t pipeType, uint8_t direction, ui…
997 static uint32_t USB_HostBandwidthComputeTime(uint8_t speed, uint8_t pipeType, uint8_t direction, ui… in USB_HostBandwidthComputeTime() function
1339 timeData = USB_HostBandwidthComputeTime( in USB_HostBandwidthHsHostAllocateIso()
1370 …timeStartSplit = (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_ISOCHRONOUS, … in USB_HostBandwidthHsHostAllocateIso()
1377 … (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_ISOCHRONOUS, USB_IN, 1); in USB_HostBandwidthHsHostAllocateIso()
1378 …timeCompleteSplit = (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_ISOCHRONOU… in USB_HostBandwidthHsHostAllocateIso()
1570 timeData = USB_HostBandwidthComputeTime( in USB_HostBandwidthHsHostAllocateInterrupt()
1615 …timeStartSplit = (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_INTERRUPT, US… in USB_HostBandwidthHsHostAllocateInterrupt()
1618 … (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_INTERRUPT, USB_OUT, 1U); in USB_HostBandwidthHsHostAllocateInterrupt()
1620 … (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_INTERRUPT, USB_OUT, 0U); in USB_HostBandwidthHsHostAllocateInterrupt()
[all …]