Standard USB device qualifier descriptor structure. More...
#include <usb_protocol.h>
Public Attributes | |
le16_t | bcdUSB |
uint8_t | bDescriptorType |
uint8_t | bDeviceClass |
uint8_t | bDeviceProtocol |
uint8_t | bDeviceSubClass |
uint8_t | bLength |
uint8_t | bMaxPacketSize0 |
uint8_t | bNumConfigurations |
uint8_t | bReserved |
Standard USB device qualifier descriptor structure.
This descriptor contains information about the device when running at the "other" speed (i.e. if the device is currently operating at high speed, this descriptor can be used to determine what would change if the device was operating at full speed.)
Definition at line 338 of file usb_protocol.h.
le16_t usb_dev_qual_desc_t::bcdUSB |
Definition at line 341 of file usb_protocol.h.
uint8_t usb_dev_qual_desc_t::bDescriptorType |
Definition at line 340 of file usb_protocol.h.
uint8_t usb_dev_qual_desc_t::bDeviceClass |
Definition at line 342 of file usb_protocol.h.
uint8_t usb_dev_qual_desc_t::bDeviceProtocol |
Definition at line 344 of file usb_protocol.h.
uint8_t usb_dev_qual_desc_t::bDeviceSubClass |
Definition at line 343 of file usb_protocol.h.
uint8_t usb_dev_qual_desc_t::bLength |
Definition at line 339 of file usb_protocol.h.
uint8_t usb_dev_qual_desc_t::bMaxPacketSize0 |
Definition at line 345 of file usb_protocol.h.
uint8_t usb_dev_qual_desc_t::bNumConfigurations |
Definition at line 346 of file usb_protocol.h.
uint8_t usb_dev_qual_desc_t::bReserved |
Definition at line 347 of file usb_protocol.h.