Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_phdc.h125 usb_host_ep_t interruptInEndpointInformation; /*!< The interrupt in information */ member
Dusb_host_phdc.c516 phdcInstance->interruptInEndpointInformation = interface->epList[epIndex]; in USB_HostPhdcOpenInterface()
934 temp = (void *)phdcInstance->interruptInEndpointInformation.epExtension; in USB_HostPhdcRecv()
1281 endpointReturn = (usb_host_ep_t *)&phdcInstance->interruptInEndpointInformation; in USB_HostPhdcGetEndpointInformation()