![]() |
LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
|
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) |
void Audio_Device_Event_Stub | ( | USB_ClassInfo_Audio_Device_t *const | AudioInterfaceInfo | ) |
Definition at line 180 of file AudioClassDevice.c.