Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_khci.c1702 usb_host_pipe_init_t *pipeInitPointer) in USB_HostKhciOpenPipe() argument
1737 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 …]
Dusb_host_khci.h257 usb_host_pipe_init_t *pipeInitPointer);