![]() |
Defines | |
#define | AUDGenericDescriptor_DEVICE 0x21 |
#define | AUDGenericDescriptor_CONFIGURATION 0x22 |
#define | AUDGenericDescriptor_STRING 0x23 |
#define | AUDGenericDescriptor_INTERFACE 0x24 |
#define | AUDGenericDescriptor_ENDPOINT 0x25 |
This section lists the available types for USB audio-specific descriptors.
#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.