#include <usb_descriptors.h>
Definition at line 322 of file ENUM/DEVICE/usb_descriptors.h.
Data Fields | |
U8 | bDescriptorType |
Device Qualifier descriptor type. | |
U8 | bDeviceClass |
Class code assigned by the USB. | |
U8 | bDeviceProtocol |
Protocol code assigned by the USB. | |
U8 | bDeviceSubClass |
Subclass code assigned by the USB. | |
U8 | bLength |
Size of this descriptor in bytes. | |
U8 | bMaxPacketSize0 |
Max packet size for EP0. | |
U8 | bNumConfigurations |
Number of possible configurations. | |
U8 | bReserved |
Reserved for future use, must be zero. | |
U16 | bscUSB |
Binay Coded Decimal Spec. release. |
Reserved for future use, must be zero.
Definition at line 339 of file ENUM/DEVICE/usb_descriptors.h.