Usb Configuration Descriptor. More...
#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 | |
Usb Configuration Descriptor.
Definition at line 193 of file usb_descriptors.h.
size of this descriptor in bytes
Definition at line 194 of file usb_descriptors.h.
CONFIGURATION descriptor type.
Definition at line 195 of file usb_descriptors.h.
total length of data returned
Definition at line 196 of file usb_descriptors.h.
number of interfaces for this conf.
Definition at line 197 of file usb_descriptors.h.
value for SetConfiguration resquest
Definition at line 198 of file usb_descriptors.h.
index of string descriptor
Definition at line 199 of file usb_descriptors.h.
Configuration characteristics.
Definition at line 200 of file usb_descriptors.h.
maximum power consumption
Definition at line 201 of file usb_descriptors.h.
1.7.2