Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_printer.c247 usb_host_interface_t *interfacePointer; in USB_HostPrinterOpenInterface() local
275 interfacePointer = (usb_host_interface_t *)printerInstance->interfaceHandle; in USB_HostPrinterOpenInterface()
276 for (epIndex = 0; epIndex < interfacePointer->epCount; ++epIndex) in USB_HostPrinterOpenInterface()
278 epDesc = interfacePointer->epList[epIndex].epDesc; in USB_HostPrinterOpenInterface()
Dusb_host_hid.c246 usb_host_interface_t *interfacePointer; in USB_HostHidOpenInterface() local
274 interfacePointer = (usb_host_interface_t *)hidInstance->interfaceHandle; in USB_HostHidOpenInterface()
275 for (epIndex = 0; epIndex < interfacePointer->epCount; ++epIndex) in USB_HostHidOpenInterface()
277 epDesc = interfacePointer->epList[epIndex].epDesc; in USB_HostHidOpenInterface()
Dusb_host_msd.c792 usb_host_interface_t *interfacePointer; in USB_HostMsdOpenInterface() local
818 interfacePointer = (usb_host_interface_t *)msdInstance->interfaceHandle; in USB_HostMsdOpenInterface()
819 for (epIndex = 0; epIndex < interfacePointer->epCount; ++epIndex) in USB_HostMsdOpenInterface()
821 epDesc = interfacePointer->epList[epIndex].epDesc; in USB_HostMsdOpenInterface()