usb_desc_cdc_t Struct Reference

Generic USB CDC descriptor. More...

Detailed Description

Generic USB CDC descriptor.

See also
USB CDC 1.2 spec table 15

Definition at line 230 of file cdc.h.

#include <cdc.h>

Data Fields

uint8_t length
 Size of this descriptor.
 
uint8_t type
 Descriptor type (USB_TYPE_DESCRIPTOR_CDC)
 
uint8_t subtype
 Descriptor subtype (usb_cdc_subtype)
 
uint16_t bcd_cdc
 CDC release number in bcd (USB_CDC_VERSION_BCD)
 

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