Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_khci.c673 … pipePointer = ((usb_khci_host_state_struct_t *)controllerHandle)->pipeDescriptorBasePointer; in _USB_HostKhciProcessTrCallback()
1571 usbHostPointer->pipeDescriptorBasePointer = NULL; in USB_HostKhciCreate()
1719 if (usbHostPointer->pipeDescriptorBasePointer == NULL) in USB_HostKhciOpenPipe()
1721 usbHostPointer->pipeDescriptorBasePointer = pipePointer; in USB_HostKhciOpenPipe()
1725 tempPipePointer = usbHostPointer->pipeDescriptorBasePointer; in USB_HostKhciOpenPipe()
1783 if (pipeHandle == usbHostPointer->pipeDescriptorBasePointer) in USB_HostKhciClosePipe()
1785 … usbHostPointer->pipeDescriptorBasePointer = usbHostPointer->pipeDescriptorBasePointer->next; in USB_HostKhciClosePipe()
1790 pipePointer = usbHostPointer->pipeDescriptorBasePointer; in USB_HostKhciClosePipe()
Dusb_host_khci.h180 usb_host_pipe_t *pipeDescriptorBasePointer; /*!< Pipe descriptor bas pointer*/ member