SAMV71 Xplained Ultra Software Package 1.5

USB Audio descriptor types
[Usb_audio]

Collaboration diagram for USB Audio descriptor types:

Defines

#define AUDGenericDescriptor_DEVICE   0x21
#define AUDGenericDescriptor_CONFIGURATION   0x22
#define AUDGenericDescriptor_STRING   0x23
#define AUDGenericDescriptor_INTERFACE   0x24
#define AUDGenericDescriptor_ENDPOINT   0x25

Detailed Description

This section lists the available types for USB audio-specific descriptors.


Define Documentation

#define AUDGenericDescriptor_CONFIGURATION   0x22

Descriptor gives detail about a configuration.

Definition at line 79 of file AUDDescriptors.h.

#define AUDGenericDescriptor_DEVICE   0x21

Descriptor gives detail about the whole device.

Definition at line 77 of file AUDDescriptors.h.

#define AUDGenericDescriptor_ENDPOINT   0x25

Descriptor gives detail about an endpoint.

Definition at line 85 of file AUDDescriptors.h.

#define AUDGenericDescriptor_INTERFACE   0x24

Descriptor gives detail about an interface.

Definition at line 83 of file AUDDescriptors.h.

#define AUDGenericDescriptor_STRING   0x23

Descriptor gives detail about a string.

Definition at line 81 of file AUDDescriptors.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines