#include <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. | |
Definition at line 211 of file usb_descriptors.h.
|
|
Size of this descriptor in bytes.
Definition at line 212 of file usb_descriptors.h. |
|
|
Device Qualifier descriptor type.
Definition at line 213 of file usb_descriptors.h. |
|
|
Binay Coded Decimal Spec. release.
Definition at line 214 of file usb_descriptors.h. |
|
|
Class code assigned by the USB.
Definition at line 215 of file usb_descriptors.h. |
|
|
Sub-class code assigned by the USB.
Definition at line 216 of file usb_descriptors.h. |
|
|
Protocol code assigned by the USB.
Definition at line 217 of file usb_descriptors.h. |
|
|
Max packet size for EP0.
Definition at line 218 of file usb_descriptors.h. |
|
|
Number of possible configurations.
Definition at line 219 of file usb_descriptors.h. |
|
|
Reserved for future use, must be zero.
Definition at line 220 of file usb_descriptors.h. |
1.4.6-NO