Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ip3516hs.c1045 uint32_t startUFrame, in USB_HostIp3516HsFillSlotBusTime() argument
1051 uint8_t startSlot = (uint8_t)(startUFrame % 8UL); in USB_HostIp3516HsFillSlotBusTime()
1124 uint32_t startUFrame; in USB_HostIp3516HsFindStartFrame() local
1131 pipe->startUFrame = 0U; in USB_HostIp3516HsFindStartFrame()
1138 for (startUFrame = 0U; startUFrame < ((uint32_t)pipe->pipeCommon.interval); startUFrame++) in USB_HostIp3516HsFindStartFrame()
1140 …for (frame = startUFrame; frame < USB_HOST_IP3516HS_MAX_UFRAME; frame += pipe->pipeCommon.interval) in USB_HostIp3516HsFindStartFrame()
1149 … if ((frame >= p->startUFrame) && ((p->pipeCommon.pipeType == USB_ENDPOINT_ISOCHRONOUS) || in USB_HostIp3516HsFindStartFrame()
1154 if (0U == ((frame - p->startUFrame) % p->pipeCommon.interval)) in USB_HostIp3516HsFindStartFrame()
1166 if (0U == ((frame - p->startUFrame) % p->pipeCommon.interval)) in USB_HostIp3516HsFindStartFrame()
1180 … if (0U == ((frame - (cs + (uint32_t)(((uint32_t)p->startUFrame) & 0xFFF8U))) % in USB_HostIp3516HsFindStartFrame()
[all …]
Dusb_host_ip3516hs.h580 uint16_t startUFrame; member