SAMV71 Xplained Ultra Software Package 1.5

USB Speaker Configure
[Usbd_config]

Collaboration diagram for USB Speaker Configure:

Defines

#define AUDDSpeakerDriverDescriptors_DATAOUT   0x02
#define AUDDSpeakerDriverDescriptors_HS_INTERVAL   0x04
#define AUDDSpeakerDriverDescriptors_FS_INTERVAL   0x01

Detailed Description

This page lists the definitions for USB Audio Speaker Device Driver.

Note:
for UDP, uses IN EPs that support double buffer; for UDPHS, uses IN EPs that support DMA and High bandwidth.

Define Documentation

#define AUDDSpeakerDriverDescriptors_DATAOUT   0x02

Data out endpoint number.

Definition at line 190 of file USBD_Config.h.

#define AUDDSpeakerDriverDescriptors_FS_INTERVAL   0x01

Endpoint polling interval 2^(x-1) * ms

Definition at line 194 of file USBD_Config.h.

#define AUDDSpeakerDriverDescriptors_HS_INTERVAL   0x04

Endpoint polling interval 2^(x-1) * 125us

Definition at line 192 of file USBD_Config.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines