Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_phdc.c307 … (USB_REQUEST_TYPE_DIR_IN | ((usb_host_pipe_t *)phdcInstance->bulkInPipe)->endpointAddress)) == in USB_HostPhdcBulkInPipeCallback()
459 if (NULL != phdcInstance->bulkInPipe) in USB_HostPhdcOpenInterface()
462 status = USB_HostClosePipe(phdcInstance->hostHandle, phdcInstance->bulkInPipe); in USB_HostPhdcOpenInterface()
470 phdcInstance->bulkInPipe = NULL; in USB_HostPhdcOpenInterface()
533 … = USB_HostOpenPipe(phdcInstance->hostHandle, &phdcInstance->bulkInPipe, &pipeInit); in USB_HostPhdcOpenInterface()
659 if (NULL != phdcInstance->bulkInPipe) in USB_HostPhdcSetInterface()
661 status = USB_HostCancelTransfer(phdcInstance->hostHandle, phdcInstance->bulkInPipe, NULL); in USB_HostPhdcSetInterface()
804 if (NULL != phdcInstance->bulkInPipe) in USB_HostPhdcDeinit()
807 … status = USB_HostCancelTransfer(phdcInstance->hostHandle, phdcInstance->bulkInPipe, NULL); in USB_HostPhdcDeinit()
814 status = USB_HostClosePipe(phdcInstance->hostHandle, phdcInstance->bulkInPipe); in USB_HostPhdcDeinit()
[all …]
Dusb_host_phdc.h110 usb_host_pipe_handle bulkInPipe; /*!< The bulk in pipe */ member