Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_phdc.c414 … (USB_REQUEST_TYPE_DIR_OUT | ((usb_host_pipe_t *)phdcInstance->bulkOutPipe)->endpointAddress)) == in USB_HostPhdcBulkOutPipeCallback()
473 if (NULL != phdcInstance->bulkOutPipe) in USB_HostPhdcOpenInterface()
476 status = USB_HostClosePipe(phdcInstance->hostHandle, phdcInstance->bulkOutPipe); in USB_HostPhdcOpenInterface()
484 phdcInstance->bulkOutPipe = NULL; in USB_HostPhdcOpenInterface()
559 … status = USB_HostOpenPipe(phdcInstance->hostHandle, &phdcInstance->bulkOutPipe, &pipeInit); in USB_HostPhdcOpenInterface()
670 if (NULL != phdcInstance->bulkOutPipe) in USB_HostPhdcSetInterface()
672 status = USB_HostCancelTransfer(phdcInstance->hostHandle, phdcInstance->bulkOutPipe, NULL); in USB_HostPhdcSetInterface()
679 phdcInstance->bulkOutPipe = NULL; in USB_HostPhdcSetInterface()
824 if (NULL != phdcInstance->bulkOutPipe) in USB_HostPhdcDeinit()
827 … status = USB_HostCancelTransfer(phdcInstance->hostHandle, phdcInstance->bulkOutPipe, NULL); in USB_HostPhdcDeinit()
[all …]
Dusb_host_phdc.h111 usb_host_pipe_handle bulkOutPipe; /*!< The bulk out pipe */ member