Searched refs:startUFrame (Results 1 – 2 of 2) sorted by relevance
1045 uint32_t startUFrame, in USB_HostIp3516HsFillSlotBusTime() argument1051 uint8_t startSlot = (uint8_t)(startUFrame % 8UL); in USB_HostIp3516HsFillSlotBusTime()1124 uint32_t startUFrame; in USB_HostIp3516HsFindStartFrame() local1131 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 …]
580 uint16_t startUFrame; member