SAMV71 Xplained Ultra Software Package 1.4

USB CDC Data Interface Values
[Usb_cdc]

Collaboration diagram for USB CDC Data Interface Values:

Defines

#define CDCDataInterfaceDescriptor_CLASS   0x0A
#define CDCDataInterfaceDescriptor_SUBCLASS   0x00
#define CDCDataInterfaceDescriptor_NOPROTOCOL   0x00

Detailed Description

This section lists the values for CDC Data Interface Descriptor.


Define Documentation

#define CDCDataInterfaceDescriptor_CLASS   0x0A

Interface class code for a data class interface.

Definition at line 141 of file CDCDescriptors.h.

#define CDCDataInterfaceDescriptor_NOPROTOCOL   0x00

Protocol code for a data class interface which does not implement any particular protocol.

Definition at line 146 of file CDCDescriptors.h.

#define CDCDataInterfaceDescriptor_SUBCLASS   0x00

Interface subclass code for a data class interface.

Definition at line 143 of file CDCDescriptors.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines