STM324xG_EVAL + 0/5 examples
CodeScope will show references to BSP_AUDIO_OUT_Play() from the following samples and libraries:
Drivers
Boards
Examples
STM324xG_EVAL
Demonstrations
Applications
USB_Device
USB_Host
Examples
I2S
 
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 stm324xg_eval_audio.c:210

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 5 libraries and example projects.

References

LocationText
stm324xg_eval_audio.c:210
uint8_t BSP_AUDIO_OUT_Play(uint16_t* pBuffer, uint32_t Size)
stm324xg_eval_audio.h:111
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