Loading...
Searching...
No Matches
usb_desc_acm_t Struct Reference

USB CDC ACM descriptor. More...

Detailed Description

USB CDC ACM descriptor.

See also
USB CDC 1.2 PTSN spec table 4

Definition at line 219 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_DESCR_SUBTYPE_ACM)
 
uint8_t capabilities
 Bitmap indicating the capabilities.
 

Field Documentation

◆ capabilities

uint8_t usb_desc_acm_t::capabilities

Bitmap indicating the capabilities.

Definition at line 223 of file cdc.h.

◆ length

uint8_t usb_desc_acm_t::length

Size of this descriptor.

Definition at line 220 of file cdc.h.

◆ subtype

uint8_t usb_desc_acm_t::subtype

Descriptor subtype (USB_CDC_DESCR_SUBTYPE_ACM)

Definition at line 222 of file cdc.h.

◆ type

uint8_t usb_desc_acm_t::type

Descriptor type (USB_TYPE_DESCRIPTOR_CDC)

Definition at line 221 of file cdc.h.


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