#include <usb_enum.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 143 of file usb_enum.h.
|
|
size of this descriptor in bytes
Definition at line 144 of file usb_enum.h. |
|
|
CONFIGURATION descriptor type.
Definition at line 145 of file usb_enum.h. |
|
|
total length of data returned
Definition at line 146 of file usb_enum.h. |
|
|
number of interfaces for this conf.
Definition at line 147 of file usb_enum.h. |
|
|
value for SetConfiguration resquest
Definition at line 148 of file usb_enum.h. |
|
|
index of string descriptor
Definition at line 149 of file usb_enum.h. |
|
|
Configuration characteristics.
Definition at line 150 of file usb_enum.h. |
|
|
maximum power consumption
Definition at line 151 of file usb_enum.h. |
1.3.7