SAMV71 Xplained Ultra Software Package 1.5

USB CDC Communication Interface Descriptor
[Usb_cdc]

Collaboration diagram for USB CDC Communication Interface Descriptor:

Defines

#define CDCCommunicationInterfaceDescriptor_CLASS   0x02
#define CDCCommunicationInterfaceDescriptor_ABSTRACTCONTROLMODEL   0x02
#define CDCCommunicationInterfaceDescriptor_ETHERNETEMULATIONMODEL   0x0C
#define CDCCommunicationInterfaceDescriptor_NOPROTOCOL   0x00
#define CDCCommunicationInterfaceDescriptor_EEMPROTOCOL   0x07

Detailed Description

This section lists the values for CDC Communication Interface Descriptor.


Define Documentation

#define CDCCommunicationInterfaceDescriptor_ABSTRACTCONTROLMODEL   0x02

Interface subclass code for an Abstract Control Model interface descriptor.

Definition at line 120 of file CDCDescriptors.h.

#define CDCCommunicationInterfaceDescriptor_CLASS   0x02

Interface class code for a CDC communication class interface.

Definition at line 117 of file CDCDescriptors.h.

#define CDCCommunicationInterfaceDescriptor_EEMPROTOCOL   0x07

Interface protocol code for an Ethernet Emulation Model interface.

Definition at line 129 of file CDCDescriptors.h.

#define CDCCommunicationInterfaceDescriptor_ETHERNETEMULATIONMODEL   0x0C

Interface subclass code for an Ethernet Emulation Model interface descriptor.

Definition at line 123 of file CDCDescriptors.h.

#define CDCCommunicationInterfaceDescriptor_NOPROTOCOL   0x00

Interface protocol code when a CDC communication interface does not implement any particular protocol.

Definition at line 126 of file CDCDescriptors.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines