LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
AudioClassDevice.c File Reference

Go to the source code of this file.

Functions

void Audio_Device_ProcessControlRequest (USB_ClassInfo_Audio_Device_t *const AudioInterfaceInfo)
 Processes incoming control requests from the host, that are directed to the given Audio class interface. This should be linked to the library EVENT_USB_Device_ControlRequest() event.
 
bool Audio_Device_ConfigureEndpoints (USB_ClassInfo_Audio_Device_t *const AudioInterfaceInfo)
 Configures the endpoints of a given Audio interface, ready for use. This should be linked to the library EVENT_USB_Device_ConfigurationChanged() event so that the endpoints are configured when the configuration containing the given Audio interface is selected.
 
void Audio_Device_Event_Stub (USB_ClassInfo_Audio_Device_t *const AudioInterfaceInfo)
 

Function Documentation

void Audio_Device_Event_Stub ( USB_ClassInfo_Audio_Device_t *const  AudioInterfaceInfo)

Definition at line 180 of file AudioClassDevice.c.