Home
last modified time | relevance | path

Searched refs:CONFIG_USBHOST_MAX_INTERFACES (Results 1 – 7 of 7) sorted by relevance

/components/drivers/usb/cherryusb/port/pusb2/rt-thread/
A Dusb_config.h120 #define CONFIG_USBHOST_MAX_INTERFACES 8 macro
/components/drivers/usb/cherryusb/
A Dcherryusb_config_template.h156 #define CONFIG_USBHOST_MAX_INTERFACES 8 macro
A DREADME_zh.md145 #define CONFIG_USBHOST_MAX_INTERFACES 8
A DREADME.md143 #define CONFIG_USBHOST_MAX_INTERFACES 8
/components/drivers/usb/cherryusb/port/xhci/phytium/rt-thread/
A Dusb_config.h132 #define CONFIG_USBHOST_MAX_INTERFACES 8 macro
/components/drivers/usb/cherryusb/core/
A Dusbh_core.h98 struct usbh_interface intf[CONFIG_USBHOST_MAX_INTERFACES];
A Dusbh_core.c220 … memset(hport->config.intf, 0, sizeof(struct usbh_interface) * CONFIG_USBHOST_MAX_INTERFACES); in parse_config_descriptor()
231 if (cur_iface >= CONFIG_USBHOST_MAX_INTERFACES) { in parse_config_descriptor()

Completed in 9 milliseconds