Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_khci.c642 usb_host_pipe_t *pipePointer = NULL; in _USB_HostKhciProcessTrCallback() local
673pipePointer = ((usb_khci_host_state_struct_t *)controllerHandle)->pipeDescriptorBasePointer; in _USB_HostKhciProcessTrCallback()
674 while (NULL != pipePointer) in _USB_HostKhciProcessTrCallback()
677 if (((pipePointer->endpointAddress | in _USB_HostKhciProcessTrCallback()
678 … (pipePointer->direction << USB_DESCRIPTOR_ENDPOINT_ADDRESS_DIRECTION_SHIFT)) == in _USB_HostKhciProcessTrCallback()
680 (pipePointer->deviceHandle == transfer->transferPipe->deviceHandle)) in _USB_HostKhciProcessTrCallback()
684 pipePointer = pipePointer->next; in _USB_HostKhciProcessTrCallback()
687 if ((pipePointer != NULL) && in _USB_HostKhciProcessTrCallback()
688 …((pipePointer->pipeType == USB_ENDPOINT_INTERRUPT) || (pipePointer->pipeType == USB_ENDPOINT_BULK)… in _USB_HostKhciProcessTrCallback()
690 pipePointer->nextdata01 = 0; in _USB_HostKhciProcessTrCallback()
[all …]