Searched refs:USB_HostBandwidthComputeTime (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/ |
| D | usb_host_ehci.c | 74 static uint32_t USB_HostBandwidthComputeTime(uint8_t speed, uint8_t pipeType, uint8_t direction, ui… 1018 static uint32_t USB_HostBandwidthComputeTime(uint8_t speed, uint8_t pipeType, uint8_t direction, ui… in USB_HostBandwidthComputeTime() function 1360 timeData = USB_HostBandwidthComputeTime( in USB_HostBandwidthHsHostAllocateIso() 1391 …timeStartSplit = (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_ISOCHRONOUS, … in USB_HostBandwidthHsHostAllocateIso() 1398 … (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_ISOCHRONOUS, USB_IN, 1); in USB_HostBandwidthHsHostAllocateIso() 1399 …timeCompleteSplit = (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_ISOCHRONOU… in USB_HostBandwidthHsHostAllocateIso() 1591 timeData = USB_HostBandwidthComputeTime( in USB_HostBandwidthHsHostAllocateInterrupt() 1636 …timeStartSplit = (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_INTERRUPT, US… in USB_HostBandwidthHsHostAllocateInterrupt() 1639 … (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_INTERRUPT, USB_OUT, 1U); in USB_HostBandwidthHsHostAllocateInterrupt() 1641 … (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_INTERRUPT, USB_OUT, 0U); in USB_HostBandwidthHsHostAllocateInterrupt() [all …]
|