Searched refs:pipeInitPointer (Results 1 – 2 of 2) sorted by relevance
1702 usb_host_pipe_init_t *pipeInitPointer) in USB_HostKhciOpenPipe() argument1737 pipePointer->deviceHandle = pipeInitPointer->devInstance; in USB_HostKhciOpenPipe()1738 pipePointer->endpointAddress = pipeInitPointer->endpointAddress; in USB_HostKhciOpenPipe()1739 pipePointer->direction = pipeInitPointer->direction; in USB_HostKhciOpenPipe()1740 pipePointer->interval = pipeInitPointer->interval; in USB_HostKhciOpenPipe()1741 pipePointer->maxPacketSize = pipeInitPointer->maxPacketSize; in USB_HostKhciOpenPipe()1742 pipePointer->pipeType = pipeInitPointer->pipeType; in USB_HostKhciOpenPipe()1743 pipePointer->numberPerUframe = pipeInitPointer->numberPerUframe; in USB_HostKhciOpenPipe()1744 pipePointer->nakCount = pipeInitPointer->nakCount; in USB_HostKhciOpenPipe()1751 pipePointer->interval = (uint16_t)(1UL << (pipeInitPointer->interval - 1U)); in USB_HostKhciOpenPipe()[all …]
257 usb_host_pipe_init_t *pipeInitPointer);