Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_phdc.c1262 usb_host_ep_t *endpointReturn = NULL; in USB_HostPhdcGetEndpointInformation() local
1270 endpointReturn = (usb_host_ep_t *)&phdcInstance->bulkInEndpointInformation; in USB_HostPhdcGetEndpointInformation()
1275 endpointReturn = (usb_host_ep_t *)&phdcInstance->bulkOutEndpointInformation; in USB_HostPhdcGetEndpointInformation()
1281 endpointReturn = (usb_host_ep_t *)&phdcInstance->interruptInEndpointInformation; in USB_HostPhdcGetEndpointInformation()
1288 return endpointReturn; in USB_HostPhdcGetEndpointInformation()