Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

Description

Signal the playback task that there is a buffer to free.

Files

usbd_audio_processing.h / usbd_audio_processing.c

Prototype

Arguments

as_handle

AudioStreaming interface handle.

p_buf

Pointer to buffer to free.

Returned Value

None.

Callers

Audio Peripheral Driver.

Notes / Warnings

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