Home
last modified time | relevance | path

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

/bsp/nxp/imx/imx6ull-smart/drivers/usb/host/
A Dusb_host_hci.c747 interface->epCount = 0; in USB_HostHelperParseAlternateSetting()
783 for (; interface->epCount < interface->interfaceDesc->bNumEndpoints; (interface->epCount)++) in USB_HostHelperParseAlternateSetting()
793 epParse = (usb_host_ep_t *)&interface->epList[interface->epCount]; in USB_HostHelperParseAlternateSetting()
A Dusb_host_devices.c802 interfaceParse->epCount = 0; in USB_HostParseDeviceConfigurationDescriptor()
846 … for (; interfaceParse->epCount < interfaceParse->interfaceDesc->bNumEndpoints; in USB_HostParseDeviceConfigurationDescriptor()
847 (interfaceParse->epCount)++) in USB_HostParseDeviceConfigurationDescriptor()
857 … epParse = (usb_host_ep_t *)&interfaceParse->epList[interfaceParse->epCount]; in USB_HostParseDeviceConfigurationDescriptor()
A Dusb_host.h168 uint8_t epCount; /*!< Interface's endpoint number*/ member
/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host_hci.c733 interface->epCount = 0U; in USB_HostHelperParseAlternateSetting()
769 for (; interface->epCount < interface->interfaceDesc->bNumEndpoints; (interface->epCount)++) in USB_HostHelperParseAlternateSetting()
779 epParse = (usb_host_ep_t *)&interface->epList[interface->epCount]; in USB_HostHelperParseAlternateSetting()
A Dusb_host_devices.c873 interfaceParse->epCount = 0; in USB_HostParseDeviceConfigurationDescriptor()
919 … for (; interfaceParse->epCount < interfaceParse->interfaceDesc->bNumEndpoints; in USB_HostParseDeviceConfigurationDescriptor()
920 (interfaceParse->epCount)++) in USB_HostParseDeviceConfigurationDescriptor()
930 … temp = (void *)&interfaceParse->epList[interfaceParse->epCount]; in USB_HostParseDeviceConfigurationDescriptor()
A Dusb_host.h209 uint8_t epCount; /*!< Interface's endpoint number*/ member

Completed in 16 milliseconds