![]() |
LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
|
#include "adc_def.h"
Go to the source code of this file.
Functions | |
void | UsbdAdc_Init (void) |
Initialize ROM based audio device class. | |
void | UsbdAdc_start_xfr (void) |
Start streaming audio data. | |
void | UsbdAdc_stop_xfr (void) |
Stop streaming audio data. | |
ErrorCode_t | USB_Interface_Event (USBD_HANDLE_T hUsb) |
Determind start or stop transfer audio data. | |
ErrorCode_t | UsbdAdc_ISO_OUT_Hdlr (USBD_HANDLE_T hUsb, void *data, uint32_t event) |
Handle response to OUT isochronous coming packets. | |
ErrorCode_t | UsbdAdc_ep0_hdlr (USBD_HANDLE_T hUsb, void *data, uint32_t event) |
Handle response to standard requests (chapter9) from host. | |