Searched defs:usb_cfg_descriptor (Results 1 – 1 of 1) sorted by relevance
181 struct usb_cfg_descriptor { struct182 uint8_t bLength;183 uint8_t bDescriptorType;184 uint16_t wTotalLength;185 uint8_t bNumInterfaces;186 uint8_t bConfigurationValue;187 uint8_t iConfiguration;188 uint8_t bmAttributes;189 uint8_t bMaxPower;