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

BSP_AUDIO_OUT_SetFrequency() function

Updates the audio frequency.

Syntax

void BSP_AUDIO_OUT_SetFrequency(uint32_t AudioFreq);
Implemented in stm324x9i_eval_audio.c:390

Arguments

AudioFreq

Audio frequency used to play the audio stream.

Notes

This API should be called after the BSP_AUDIO_OUT_Init() to adjust the audio frequency.

Examples

BSP_AUDIO_OUT_SetFrequency() is referenced by 4 libraries and example projects.

References

LocationText
stm324x9i_eval_audio.c:390
void BSP_AUDIO_OUT_SetFrequency(uint32_t AudioFreq)
stm324x9i_eval_audio.h:203
void BSP_AUDIO_OUT_SetFrequency(uint32_t AudioFreq);

Call Tree

Functions called by BSP_AUDIO_OUT_SetFrequency()
BSP_AUDIO_OUT_SetFrequency()
Data read by BSP_AUDIO_OUT_SetFrequency()
Data written by BSP_AUDIO_OUT_SetFrequency()
BSP_AUDIO_OUT_SetFrequency()