Microchip® Advanced Software Framework

udi_cdc_comm_desc_t Struct Reference

Communication Class interface descriptor.

Interface descriptor with associated functional and endpoint descriptors for the CDC Communication Class interface.

#include <udi_cdc.h>

Data Fields

usb_cdc_acm_desc_t acm
 CDC Abstract Control Model functional descriptor. More...
 
usb_cdc_call_mgmt_desc_t call_mgmt
 CDC Call Management functional descriptor. More...
 
usb_ep_desc_t ep_notify
 Notification endpoint descriptor. More...
 
usb_cdc_hdr_desc_t header
 CDC Header functional descriptor. More...
 
usb_iface_desc_t iface
 Standard interface descriptor. More...
 
usb_cdc_union_desc_t union_desc
 CDC Union functional descriptor. More...
 

usb_cdc_acm_desc_t udi_cdc_comm_desc_t::acm

CDC Abstract Control Model functional descriptor.

usb_cdc_call_mgmt_desc_t udi_cdc_comm_desc_t::call_mgmt

CDC Call Management functional descriptor.

usb_ep_desc_t udi_cdc_comm_desc_t::ep_notify

Notification endpoint descriptor.

usb_cdc_hdr_desc_t udi_cdc_comm_desc_t::header

CDC Header functional descriptor.

usb_iface_desc_t udi_cdc_comm_desc_t::iface

Standard interface descriptor.

usb_cdc_union_desc_t udi_cdc_comm_desc_t::union_desc

CDC Union functional descriptor.