/
USBD_Audio_PlaybackTxCmpl
USBD_Audio_PlaybackTxCmpl
Description
Signal the end of the audio transfer to the playback task.
Files
usbd_audio_processing.h / usbd_audio_processing.c
Prototype
void USBD_Audio_PlaybackTxCmpl (USBD_AUDIO_AS_HANDLE as_handle);
Arguments
as_handle
AudioStreaming interface handle.
Returned Value
None.
Callers
Audio Peripheral Driver.
Notes / Warnings
- Most of the time, this function will be called from an ISR context and when a playback is started on the codec side with the function
USBD_Audio_DrvStreamStart()
to signal how many buffers can be queued in the codec driver to start streaming.
Related content
USBD_Audio_PlaybackBufFree
USBD_Audio_PlaybackBufFree
More like this
USBD_Audio_RecordRxCmpl
USBD_Audio_RecordRxCmpl
More like this
USBD_Audio_DrvStreamRecordRx
USBD_Audio_DrvStreamRecordRx
More like this
USBD_Audio_DrvStreamPlaybackTx
USBD_Audio_DrvStreamPlaybackTx
More like this
USBD_Audio_DrvStreamStart
USBD_Audio_DrvStreamStart
More like this
USBD_Audio_OS_PlaybackReqPend
USBD_Audio_OS_PlaybackReqPend
More like this