Skip to content

Struct cdc_config

ClassList > cdc_config

Public Attributes

Type Name
struct usb_config_descriptor config
struct usb_cdc_acm_desc tunnel_cdc_acm
struct usb_cdc_header_desc tunnel_cdc_hdr
struct usb_cdc_call_mgmt_desc tunnel_cdc_mgmt
struct usb_cdc_union_desc tunnel_cdc_union
struct usb_interface_descriptor tunnel_comm
struct usb_endpoint_descriptor tunnel_comm_ep
struct usb_iad_descriptor tunnel_comm_iad
struct usb_interface_descriptor tunnel_data
struct usb_endpoint_descriptor tunnel_data_eprx
struct usb_endpoint_descriptor tunnel_data_eptx

Public Attributes Documentation

variable config

struct usb_config_descriptor cdc_config::config;

variable tunnel_cdc_acm

struct usb_cdc_acm_desc cdc_config::tunnel_cdc_acm;

variable tunnel_cdc_hdr

struct usb_cdc_header_desc cdc_config::tunnel_cdc_hdr;

variable tunnel_cdc_mgmt

struct usb_cdc_call_mgmt_desc cdc_config::tunnel_cdc_mgmt;

variable tunnel_cdc_union

struct usb_cdc_union_desc cdc_config::tunnel_cdc_union;

variable tunnel_comm

struct usb_interface_descriptor cdc_config::tunnel_comm;

variable tunnel_comm_ep

struct usb_endpoint_descriptor cdc_config::tunnel_comm_ep;

variable tunnel_comm_iad

struct usb_iad_descriptor cdc_config::tunnel_comm_iad;

variable tunnel_data

struct usb_interface_descriptor cdc_config::tunnel_data;

variable tunnel_data_eprx

struct usb_endpoint_descriptor cdc_config::tunnel_data_eprx;

variable tunnel_data_eptx

struct usb_endpoint_descriptor cdc_config::tunnel_data_eptx;

The documentation for this class was generated from the following file fw/rbcx-coprocessor/src/UsbCdcLink.cpp