|
Contiki 2.5
|
Usb Configuration Descriptor. More...
#include <cpu/avr/dev/usb/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 342 of file usb_descriptors.h.
1.8.3.1