Generic USB CDC descriptor. More...
#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) | |
| uint16_t usb_desc_cdc_t::bcd_cdc | 
CDC release number in bcd (USB_CDC_VERSION_BCD)
| uint8_t usb_desc_cdc_t::subtype | 
Descriptor subtype (usb_cdc_subtype)
| uint8_t usb_desc_cdc_t::type | 
Descriptor type (USB_TYPE_DESCRIPTOR_CDC)