#include <usb_descriptors.h>
Data Fields | |
| U8 | bLength |
| size of this descriptor in bytes | |
| U8 | bDescriptorType |
| CONFIGURATION descriptor type. | |
| U16 | wTotalLength |
| total length of data returned | |
| U8 | bNumInterfaces |
| number of interfaces for this conf. | |
| U8 | bConfigurationValue |
| value for SetConfiguration resquest | |
| U8 | iConfiguration |
| index of string descriptor | |
| U8 | bmAttibutes |
| Configuration characteristics. | |
| U8 | MaxPower |
| maximum power consumption | |
Definition at line 178 of file usb_descriptors.h.
1.5.1-p1