tinyusb  0.4
Click here to lend your support to tinyusb donation and make a donation at pledgie.com
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
tusb_descriptor_device_qualifier_t Struct Reference

USB Device Qualifier Descriptor (section 9.6.1 table 9-9) More...

#include <std_descriptors.h>

Data Fields

uint8_t bLength
 Size of descriptor.
 
uint8_t bDescriptorType
 Device Qualifier Type.
 
uint16_t bcdUSB
 USB specification version number (e.g., 0200H for V2.00)
 
uint8_t bDeviceClass
 Class Code.
 
uint8_t bDeviceSubClass
 SubClass Code.
 
uint8_t bDeviceProtocol
 Protocol Code.
 
uint8_t bMaxPacketSize0
 Maximum packet size for other speed.
 
uint8_t bNumConfigurations
 Number of Other-speed Configurations.
 
uint8_t bReserved
 Reserved for future use, must be zero.
 

Detailed Description

USB Device Qualifier Descriptor (section 9.6.1 table 9-9)

Definition at line 140 of file std_descriptors.h.


The documentation for this struct was generated from the following file: