Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_khci.c1707 usb_host_pipe_t *tempPipePointer; in USB_HostKhciOpenPipe() local
1725 tempPipePointer = usbHostPointer->pipeDescriptorBasePointer; in USB_HostKhciOpenPipe()
1726 while (NULL != tempPipePointer) in USB_HostKhciOpenPipe()
1728 prePipePointer = tempPipePointer; in USB_HostKhciOpenPipe()
1729 tempPipePointer = tempPipePointer->next; in USB_HostKhciOpenPipe()