Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_phdc.c568 phdcInstance->bulkOutEndpointInformation = interface->epList[epIndex]; in USB_HostPhdcOpenInterface()
1026 …emp = (void *)phdcInstance->bulkOutEndpointInformation.epExtens… in USB_HostPhdcSend()
1275 endpointReturn = (usb_host_ep_t *)&phdcInstance->bulkOutEndpointInformation; in USB_HostPhdcGetEndpointInformation()
Dusb_host_phdc.h127 usb_host_ep_t bulkOutEndpointInformation; /*!< The bulk out information */ member