LUFA Library  120219
USB_Audio_Descriptor_StreamEndpoint_Std_t Struct Reference

Audio class-specific Streaming Endpoint Descriptor (LUFA naming conventions). More...

#include <AudioClassCommon.h>

Data Fields

USB_Descriptor_Endpoint_t Endpoint
uint8_t Refresh
uint8_t SyncEndpointNumber

Detailed Description

Type define for an Audio class-specific endpoint descriptor. This contains a regular endpoint descriptor with a few Audio-class-specific extensions. See the USB Audio specification for more details.

See also:
USB_Audio_StdDescriptor_StreamEndpoint_Std_t for the version of this type with standard element names.
Note:
Regardless of CPU architecture, these values should be stored as little endian.

Field Documentation

Standard endpoint descriptor describing the audio endpoint.

Always set to zero for Audio class devices.

Endpoint address to send synchronization information to, if needed (zero otherwise).


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