Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_hub.c220 uint8_t epIndex; in USB_HostHubSetInterface() local
257 for (epIndex = 0; epIndex < interface->epCount; ++epIndex) in USB_HostHubSetInterface()
259 epDesc = interface->epList[epIndex].epDesc; in USB_HostHubSetInterface()
Dusb_host_phdc.c441 uint8_t epIndex = 0U; in USB_HostPhdcOpenInterface() local
489 for (epIndex = 0U; epIndex < interface->epCount; ++epIndex) in USB_HostPhdcOpenInterface()
491 epDesc = interface->epList[epIndex].epDesc; in USB_HostPhdcOpenInterface()
516 phdcInstance->interruptInEndpointInformation = interface->epList[epIndex]; in USB_HostPhdcOpenInterface()
542 phdcInstance->bulkInEndpointInformation = interface->epList[epIndex]; in USB_HostPhdcOpenInterface()
568 phdcInstance->bulkOutEndpointInformation = interface->epList[epIndex]; in USB_HostPhdcOpenInterface()
Dusb_host_printer.c244 uint8_t epIndex = 0; in USB_HostPrinterOpenInterface() local
276 for (epIndex = 0; epIndex < interfacePointer->epCount; ++epIndex) in USB_HostPrinterOpenInterface()
278 epDesc = interfacePointer->epList[epIndex].epDesc; in USB_HostPrinterOpenInterface()
Dusb_host_hid.c243 uint8_t epIndex = 0; in USB_HostHidOpenInterface() local
275 for (epIndex = 0; epIndex < interfacePointer->epCount; ++epIndex) in USB_HostHidOpenInterface()
277 epDesc = interfacePointer->epList[epIndex].epDesc; in USB_HostHidOpenInterface()
Dusb_host_msd.c789 uint8_t epIndex = 0; in USB_HostMsdOpenInterface() local
819 for (epIndex = 0; epIndex < interfacePointer->epCount; ++epIndex) in USB_HostMsdOpenInterface()
821 epDesc = interfacePointer->epList[epIndex].epDesc; in USB_HostMsdOpenInterface()
Dusb_host_cdc.c670 …for (uint32_t epIndex = 0; epIndex < ifPointer->epCount && extIndex < ifPointer->interfaceExtensio… in USB_HostCdcSetDataInterface() local
676 ifPointer->epList[epIndex].epDesc = (usb_descriptor_endpoint_t *)ifBuffer; in USB_HostCdcSetDataInterface()
677 epIndex++; in USB_HostCdcSetDataInterface()