Searched defs:usb_configuration_descriptor (Results 1 – 1 of 1) sorted by relevance
361 struct usb_configuration_descriptor { struct362 uint8_t bLength; /* Descriptor size in bytes = 9 */363 uint8_t bDescriptorType; /* CONFIGURATION type = 2 or 7 */364 uint16_t wTotalLength; /* Length of concatenated descriptors */365 uint8_t bNumInterfaces; /* Number of interfaces, this config. */366 uint8_t bConfigurationValue; /* Value to set this config. */367 uint8_t iConfiguration; /* Index to configuration string */368 uint8_t bmAttributes; /* Config. characteristics */369 uint8_t bMaxPower; /* Max.power from bus, 2mA units */