nRF Connect SDK API 2.8.99
|
#include <data_fifo.h>
Go to the source code of this file.
Functions | |
int | audio_usb_start (struct data_fifo *fifo_tx_in, struct data_fifo *fifo_rx_in) |
Set fifo buffers to be used by USB module and start sending/receiving data. | |
void | audio_usb_stop (void) |
Stop sending/receiving data. | |
int | audio_usb_disable (void) |
Stop and disable USB device. | |
int | audio_usb_init (void) |
Register and enable USB device. | |