STM324x9I_EVAL + 0/7 examples
CodeScope will show references to BSP_AUDIO_OUT_Play() from the following samples and libraries:
Drivers
Boards
Examples
STM324x9I_EVAL
Applications
Audio
USB_Device
USB_Host
Demonstrations
STemWin
Examples
SAI
 
Symbols
loading...
Files
loading...

BSP_AUDIO_OUT_Play() function

Starts playing audio stream from a data buffer for a determined size.

Syntax

uint8_t BSP_AUDIO_OUT_Play(uint16_t* pBuffer,     uint32_t Size);
Implemented in stm324x9i_eval_audio.c:217

Arguments

pBuffer

Pointer to the buffer

Size

Number of audio data BYTES.

Return value

AUDIO_OK if correct communication, else wrong communication

Examples

BSP_AUDIO_OUT_Play() is referenced by 7 libraries and example projects.

References

LocationText
stm324x9i_eval_audio.c:217
uint8_t BSP_AUDIO_OUT_Play(uint16_t* pBuffer, uint32_t Size)
stm324x9i_eval_audio.h:197
uint8_t BSP_AUDIO_OUT_Play(uint16_t* pBuffer, uint32_t Size);

Call Tree

Functions called by BSP_AUDIO_OUT_Play()
BSP_AUDIO_OUT_Play()
Data read by BSP_AUDIO_OUT_Play()
BSP_AUDIO_OUT_Play()
Type of BSP_AUDIO_OUT_Play()
BSP_AUDIO_OUT_Play()
uint8_t
all items filtered out