STM324xG_EVAL + 0/5 examples
CodeScope will show references to BSP_AUDIO_OUT_Init() 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_Init() function

Configures the audio peripherals.

Syntax

uint8_t BSP_AUDIO_OUT_Init(uint16_t OutputDevice,     uint8_t Volume,     uint32_t AudioFreq);
Implemented in stm324xg_eval_audio.c:150

Arguments

OutputDevice

OUTPUT_DEVICE_SPEAKER, OUTPUT_DEVICE_HEADPHONE, OUTPUT_DEVICE_BOTH or OUTPUT_DEVICE_AUTO .

Volume

Initial volume level (from 0 (Mute) to 100 (Max))

AudioFreq

Audio frequency used to play the audio stream.

Return value

0 if correct communication, else wrong communication

Notes

This function configure also that the I2S PLL input clock.

Examples

BSP_AUDIO_OUT_Init() is referenced by 5 libraries and example projects.

References

LocationText
stm324xg_eval_audio.c:150
uint8_t BSP_AUDIO_OUT_Init(uint16_t OutputDevice, uint8_t Volume, uint32_t AudioFreq)
stm324xg_eval_audio.h:109
uint8_t BSP_AUDIO_OUT_Init(uint16_t OutputDevice, uint8_t Volume, uint32_t AudioFreq);

Call Tree

Data read by BSP_AUDIO_OUT_Init()
Data written by BSP_AUDIO_OUT_Init()
BSP_AUDIO_OUT_Init()
BSP_AUDIO_OUT_Init()::ret
all items filtered out
Type of BSP_AUDIO_OUT_Init()
BSP_AUDIO_OUT_Init()
uint8_t
all items filtered out