SAMV71 Xplained Ultra Software Package 1.5

_CdcAuddDriverConfigurationDescriptors Struct Reference
[Usbd_composite_cdcaud]

#include <D:/git/git_canopus_1/softpack/samv7/toolkits/mdk_v71/ARM/examples/Atmel/SAMV71_Xplained_Ultra/libraries/libusb/include/CDCAUDDDriver.h>

Data Fields

USBConfigurationDescriptor configuration
USBInterfaceAssociationDescriptor cdcIAD0
USBInterfaceDescriptor cdcCommunication0
CDCHeaderDescriptor cdcHeader0
CDCCallManagementDescriptor cdcCallManagement0
CDCAbstractControlManagementDescriptor cdcAbstractControlManagement0
CDCUnionDescriptor cdcUnion0
USBEndpointDescriptor cdcNotification0
USBInterfaceDescriptor cdcData0
USBEndpointDescriptor cdcDataOut0
USBEndpointDescriptor cdcDataIn0
USBInterfaceAssociationDescriptor audIAD
USBInterfaceDescriptor audInterface
AUDDSpeakerPhoneAcDescriptors audControl
USBInterfaceDescriptor audStreamingOutNoIsochronous
USBInterfaceDescriptor audStreamingOut
AUDStreamingInterfaceDescriptor audStreamingOutClass
AUDFormatTypeOneDescriptor1 audStreamingOutFormatType
AUDEndpointDescriptor audStreamingOutEndpoint
AUDDataEndpointDescriptor audStreamingOutDataEndpoint
USBInterfaceDescriptor streamingInNoIsochronous
USBInterfaceDescriptor streamingIn
AUDStreamingInterfaceDescriptor streamingInClass
AUDFormatTypeOneDescriptor1 streamingInFormatType
AUDEndpointDescriptor streamingInEndpoint
AUDDataEndpointDescriptor streamingInDataEndpoint

Detailed Description

Configuration descriptor list for a device implementing CDC(Serial) + Audio(SpeakerPhone) composite driver.

Definition at line 229 of file CDCAUDDDriver.h.


Field Documentation

Descriptors for the audio control interface.

Definition at line 262 of file CDCAUDDDriver.h.

USBInterfaceAssociationDescriptor _CdcAuddDriverConfigurationDescriptors::audIAD

IAD 1

Definition at line 258 of file CDCAUDDDriver.h.

Audio control interface.

Definition at line 260 of file CDCAUDDDriver.h.

Streaming out interface descriptor.

Definition at line 267 of file CDCAUDDDriver.h.

Audio class descriptor for the streaming out interface.

Definition at line 269 of file CDCAUDDDriver.h.

Audio class descriptor for the streaming out endpoint.

Definition at line 275 of file CDCAUDDDriver.h.

Streaming out endpoint descriptor.

Definition at line 273 of file CDCAUDDDriver.h.

Stream format descriptor.

Definition at line 271 of file CDCAUDDDriver.h.

Streaming out interface descriptor (with no endpoint, required).

Definition at line 265 of file CDCAUDDDriver.h.

CDC abstract control management functional descriptor.

Definition at line 244 of file CDCAUDDDriver.h.

CDC call management functional descriptor.

Definition at line 242 of file CDCAUDDDriver.h.

Communication interface descriptor

Definition at line 238 of file CDCAUDDDriver.h.

Data interface descriptor.

Definition at line 250 of file CDCAUDDDriver.h.

Data IN endpoint descriptor.

Definition at line 254 of file CDCAUDDDriver.h.

Data OUT endpoint descriptor.

Definition at line 252 of file CDCAUDDDriver.h.

CDC header functional descriptor.

Definition at line 240 of file CDCAUDDDriver.h.

USBInterfaceAssociationDescriptor _CdcAuddDriverConfigurationDescriptors::cdcIAD0

IAD 0

Definition at line 236 of file CDCAUDDDriver.h.

Notification endpoint descriptor.

Definition at line 248 of file CDCAUDDDriver.h.

CDC union functional descriptor (with one slave interface).

Definition at line 246 of file CDCAUDDDriver.h.

Standard configuration descriptor.

Definition at line 232 of file CDCAUDDDriver.h.

Streaming in interface descriptor.

Definition at line 280 of file CDCAUDDDriver.h.

Audio class descriptor for the streaming in interface.

Definition at line 282 of file CDCAUDDDriver.h.

Audio class descriptor for the streaming in endpoint.

Definition at line 288 of file CDCAUDDDriver.h.

Streaming in endpoint descriptor.

Definition at line 286 of file CDCAUDDDriver.h.

Stream format descriptor.

Definition at line 284 of file CDCAUDDDriver.h.

Streaming in interface descriptor (with no endpoint, required).

Definition at line 278 of file CDCAUDDDriver.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines