SAMV71 Xplained Ultra Software Package 1.3

USB CDC ACM Capabilities
[Usb_cdc]

Collaboration diagram for USB CDC ACM Capabilities:

Defines

#define CDCAbstractControlManagementDescriptor_COMMFEATURE   (1 << 0)
#define CDCAbstractControlManagementDescriptor_LINE   (1 << 1)
#define CDCAbstractControlManagementDescriptor_SENDBREAK   (1 << 2)
#define CDCAbstractControlManagementDescriptor_NETWORKCONNECTION   (1 << 3)

Detailed Description

This section lists the capabilities of the CDC ACM.


Define Documentation

#define CDCAbstractControlManagementDescriptor_COMMFEATURE   (1 << 0)

Device supports the request combination of SetCommFeature, ClearCommFeature and GetCommFeature.

Definition at line 174 of file CDCDescriptors.h.

#define CDCAbstractControlManagementDescriptor_LINE   (1 << 1)

Device supports the request combination of SetLineCoding, GetLineCoding and SetControlLineState.

Definition at line 177 of file CDCDescriptors.h.

#define CDCAbstractControlManagementDescriptor_NETWORKCONNECTION   (1 << 3)

Device supports the NetworkConnection notification.

Definition at line 181 of file CDCDescriptors.h.

#define CDCAbstractControlManagementDescriptor_SENDBREAK   (1 << 2)

Device supports the SendBreak request.

Definition at line 179 of file CDCDescriptors.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines