|
Contiki 2.5
|
Usb Device Qualifier Descriptor. More...
#include <cpu/avr/dev/usb/usb_descriptors.h>
Data Fields | |
| U8 | bLength |
| Size of this descriptor in bytes. | |
| U8 | bDescriptorType |
| Device Qualifier descriptor type. | |
| U16 | bscUSB |
| Binay Coded Decimal Spec. release. | |
| U8 | bDeviceClass |
| Class code assigned by the USB. | |
| U8 | bDeviceSubClass |
| Sub-class code assigned by the USB. | |
| U8 | bDeviceProtocol |
| Protocol code assigned by the USB. | |
| U8 | bMaxPacketSize0 |
| Max packet size for EP0. | |
| U8 | bNumConfigurations |
| Number of possible configurations. | |
| U8 | bReserved |
| Reserved for future use, must be zero. | |
Usb Device Qualifier Descriptor.
Definition at line 380 of file usb_descriptors.h.
1.8.3.1