Audio SpeakerPhone driver internal state. More...
Data Fields | |
USBDDriver * | pUsbd |
uint8_t | muted |
uint8_t | interfaces [3] |
AUDDStream | speaker |
AUDDStream | mic |
Audio SpeakerPhone driver internal state.
Definition at line 76 of file AUDDSpeakerPhoneDriver.c.
uint8_t AUDDSpeakerPhoneDriver::interfaces[3] |
Array for storing the current setting of each interface.
Definition at line 83 of file AUDDSpeakerPhoneDriver.c.
Audio Microphone interface
Definition at line 87 of file AUDDSpeakerPhoneDriver.c.
uint8_t AUDDSpeakerPhoneDriver::muted |
Intermediate storage variable for the mute status of a stream
Definition at line 81 of file AUDDSpeakerPhoneDriver.c.
Pointer to USBDDriver instance
Definition at line 79 of file AUDDSpeakerPhoneDriver.c.
Audio Speaker interface
Definition at line 85 of file AUDDSpeakerPhoneDriver.c.