Searched refs:epIndex (Results 1 – 6 of 6) sorted by relevance
220 uint8_t epIndex; in USB_HostHubSetInterface() local257 for (epIndex = 0; epIndex < interface->epCount; ++epIndex) in USB_HostHubSetInterface()259 epDesc = interface->epList[epIndex].epDesc; in USB_HostHubSetInterface()
441 uint8_t epIndex = 0U; in USB_HostPhdcOpenInterface() local489 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()
244 uint8_t epIndex = 0; in USB_HostPrinterOpenInterface() local276 for (epIndex = 0; epIndex < interfacePointer->epCount; ++epIndex) in USB_HostPrinterOpenInterface()278 epDesc = interfacePointer->epList[epIndex].epDesc; in USB_HostPrinterOpenInterface()
243 uint8_t epIndex = 0; in USB_HostHidOpenInterface() local275 for (epIndex = 0; epIndex < interfacePointer->epCount; ++epIndex) in USB_HostHidOpenInterface()277 epDesc = interfacePointer->epList[epIndex].epDesc; in USB_HostHidOpenInterface()
789 uint8_t epIndex = 0; in USB_HostMsdOpenInterface() local819 for (epIndex = 0; epIndex < interfacePointer->epCount; ++epIndex) in USB_HostMsdOpenInterface()821 epDesc = interfacePointer->epList[epIndex].epDesc; in USB_HostMsdOpenInterface()
670 …for (uint32_t epIndex = 0; epIndex < ifPointer->epCount && extIndex < ifPointer->interfaceExtensio… in USB_HostCdcSetDataInterface() local676 ifPointer->epList[epIndex].epDesc = (usb_descriptor_endpoint_t *)ifBuffer; in USB_HostCdcSetDataInterface()677 epIndex++; in USB_HostCdcSetDataInterface()