Searched refs:epList (Results 1 – 6 of 6) sorted by relevance
162 usb_host_ep_t epList[USB_HOST_CONFIG_INTERFACE_MAX_EP]; /*!< Endpoint array*/ member
793 epParse = (usb_host_ep_t *)&interface->epList[interface->epCount]; in USB_HostHelperParseAlternateSetting()
857 … epParse = (usb_host_ep_t *)&interfaceParse->epList[interfaceParse->epCount]; in USB_HostParseDeviceConfigurationDescriptor()
203 usb_host_ep_t epList[USB_HOST_CONFIG_INTERFACE_MAX_EP]; /*!< Endpoint array*/ member
779 epParse = (usb_host_ep_t *)&interface->epList[interface->epCount]; in USB_HostHelperParseAlternateSetting()
930 … temp = (void *)&interfaceParse->epList[interfaceParse->epCount]; in USB_HostParseDeviceConfigurationDescriptor()
Completed in 24 milliseconds