/
USBD_Audio_PlaybackBufFree
USBD_Audio_PlaybackBufFree
Description
Signal the playback task that there is a buffer to free.
Files
usbd_audio_processing.h / usbd_audio_processing.c
Prototype
void USBD_Audio_PlaybackBufFree (USBD_AUDIO_AS_HANDLE as_handle, void *p_buf);
Arguments
as_handle
AudioStreaming interface handle.
p_buf
Pointer to buffer to free.
Returned Value
None.
Callers
Audio Peripheral Driver.
Notes / Warnings
- Most of the time, this function will be called from an ISR context.
, multiple selections available,
Related content
USBD_Audio_RecordBufFree
USBD_Audio_RecordBufFree
More like this
USBD_Audio_RecordBufGet
USBD_Audio_RecordBufGet
More like this
USBD_Audio_AS_IF_Cfg
USBD_Audio_AS_IF_Cfg
More like this
USBD_Audio_OS_PlaybackTask
USBD_Audio_OS_PlaybackTask
More like this
USBD_Audio_RecordRxCmpl
USBD_Audio_RecordRxCmpl
More like this
USBD_Audio_OS_PlaybackReqPost
USBD_Audio_OS_PlaybackReqPost
More like this