Home
last modified time | relevance | path

Searched defs:usbh_class_info (Results 1 – 1 of 1) sorted by relevance

/components/drivers/usb/cherryusb/core/
A Dusbh_core.h63 struct usbh_class_info { struct
64 uint8_t match_flags; /* Used for product specific matches; range is inclusive */
65 uint8_t bInterfaceClass; /* Base device class code */
66 uint8_t bInterfaceSubClass; /* Sub-class, depends on base class. Eg. */
67 uint8_t bInterfaceProtocol; /* Protocol, depends on base class. Eg. */
68 const uint16_t (*id_table)[2]; /* List of Vendor/Product ID pairs */
69 const struct usbh_class_driver *class_driver;

Completed in 10 milliseconds