nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches

◆ audio_usb_start()

int audio_usb_start ( struct k_msgq * queue_tx_in,
struct k_msgq * queue_rx_in )

#include <applications/nrf_audio/src/modules/audio_usb.h>

Set pointers to the queues to be used by the USB module and start sending/receiving data.

Parameters
queue_tx_inPointer to queue structure for tx.
queue_rx_inPointer to queue structure for rx.
Returns
0 if successful, error otherwise