USBD_Audio_RecordRxCmpl

USBD_Audio_RecordRxCmpl

Description

Signal to the Record task that a buffer is ready.

Files

usbd_audio_processing.h / usbd_audio_processing.c

Prototype

void USBD_Audio_RecordRxCmpl (USBD_AUDIO_AS_HANDLE as_handle);

 

Arguments

as_handle

AudioStreaming interface handle.

Returned Value

None.

Callers

Audio Peripheral Driver.

Notes / Warnings

  1. Most of the time, this function will be called from an ISR context.