SAMV71 Xplained Ultra Software Package 1.5

USB Speaker Phone Configure
[Usbd_config]

Collaboration diagram for USB Speaker Phone Configure:

Defines

#define AUDDSpeakerPhoneDriverDescriptors_DATAOUT   0x02
#define AUDDSpeakerPhoneDriverDescriptors_DATAIN   0x01
#define AUDDSpeakerPhoneDriverDescriptors_HS_INTERVAL   0x04
#define AUDDSpeakerPhoneDriverDescriptors_FS_INTERVAL   0x01

Detailed Description

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


Define Documentation

#define AUDDSpeakerPhoneDriverDescriptors_DATAIN   0x01

Data in endpoint number, size 192B

Definition at line 214 of file USBD_Config.h.

#define AUDDSpeakerPhoneDriverDescriptors_DATAOUT   0x02

Data out endpoint number, size 192B

Definition at line 212 of file USBD_Config.h.

#define AUDDSpeakerPhoneDriverDescriptors_FS_INTERVAL   0x01

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

Definition at line 219 of file USBD_Config.h.

#define AUDDSpeakerPhoneDriverDescriptors_HS_INTERVAL   0x04

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

Definition at line 217 of file USBD_Config.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines