#include <AUDDSpeakerPhoneDriver.h>
#include <AUDRequests.h>
#include <USBLib_Trace.h>
Go to the source code of this file.
Data Structures | |
struct | AUDDStream |
struct | AUDDSpeakerPhoneDriver |
Audio SpeakerPhone driver internal state. More... | |
Functions | |
void | AUDDSpeakerPhoneDriver_Initialize (const USBDDriverDescriptors *pDescriptors) |
void | AUDDSpeakerPhoneDriver_ConfigurationChangeHandler (uint8_t cfgnum) |
void | AUDDSpeakerPhoneDriver_InterfaceSettingChangedHandler (uint8_t interface, uint8_t setting) |
void | AUDDSpeakerPhoneDriver_RequestHandler (const USBGenericRequest *request) |
uint8_t | AUDDSpeakerPhoneDriver_Read (void *buffer, uint32_t length, TransferCallback callback, void *argument) |
uint8_t | AUDDSpeakerPhoneDriver_SetupWrite (void *pListInit, void *pDmaInit, uint16_t listSize, uint16_t delaySize, TransferCallback callback, void *argument) |
uint8_t | AUDDSpeakerPhoneDriver_Write (void *buffer, uint16_t length) |
Definition in file AUDDSpeakerPhoneDriver.c.