Loading...
Searching...
No Matches
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 231 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)
 

Field Documentation

◆ bcd_cdc

uint16_t usb_desc_cdc_t::bcd_cdc

CDC release number in bcd (USB_CDC_VERSION_BCD)

Definition at line 235 of file cdc.h.

◆ length

uint8_t usb_desc_cdc_t::length

Size of this descriptor.

Definition at line 232 of file cdc.h.

◆ subtype

uint8_t usb_desc_cdc_t::subtype

Descriptor subtype (usb_cdc_subtype)

Definition at line 234 of file cdc.h.

◆ type

uint8_t usb_desc_cdc_t::type

Descriptor type (USB_TYPE_DESCRIPTOR_CDC)

Definition at line 233 of file cdc.h.


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