LUFA Library  151115
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

USB_Descriptor_Endpoint_t USB_Audio_Descriptor_StreamEndpoint_Std_t::Endpoint

Standard endpoint descriptor describing the audio endpoint.

uint8_t USB_Audio_Descriptor_StreamEndpoint_Std_t::Refresh

Always set to zero for Audio class devices.

uint8_t USB_Audio_Descriptor_StreamEndpoint_Std_t::SyncEndpointNumber

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


The documentation for this struct was generated from the following file: