Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/common/
A Dusb_def.h368 struct usb_configuration_descriptor { struct
369 uint8_t bLength; /* Descriptor size in bytes = 9 */
370 uint8_t bDescriptorType; /* CONFIGURATION type = 2 or 7 */
371 uint16_t wTotalLength; /* Length of concatenated descriptors */
372 uint8_t bNumInterfaces; /* Number of interfaces, this config. */
373 uint8_t bConfigurationValue; /* Value to set this config. */
374 uint8_t iConfiguration; /* Index to configuration string */
375 uint8_t bmAttributes; /* Config. characteristics */
376 uint8_t bMaxPower; /* Max.power from bus, 2mA units */

Completed in 8 milliseconds