Contiki 2.6
|
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.