STM32446E_EVAL + 0/2 examples
CodeScope will show references to BSP_AUDIO_OUT_ClockConfig() from the following samples and libraries:
Examples
STM32446E_EVAL
Demonstrations
Applications
USB_Device
 
Symbols
loading...
Files
loading...

BSP_AUDIO_OUT_ClockConfig() function

Clock Config.

Syntax

void BSP_AUDIO_OUT_ClockConfig(SAI_HandleTypeDef *hsai,     uint32_t AudioFreq,     void *Params);
Implemented in stm32446e_eval_audio.c:633

Arguments

hsai

might be required to set audio peripheral predivider if any.

AudioFreq

Audio frequency used to play the audio stream.

Params

pointer on additional configuration parameters, can be NULL.

Notes

This API is called by BSP_AUDIO_OUT_Init() and BSP_AUDIO_OUT_SetFrequency() Being __weak it can be overwritten by the application

Examples

BSP_AUDIO_OUT_ClockConfig() is referenced by 2 libraries and example projects.

References

LocationReferrerText
stm32446e_eval_audio.c:633
__weak void BSP_AUDIO_OUT_ClockConfig(SAI_HandleTypeDef *hsai, uint32_t AudioFreq, void *Params)
stm32446e_eval_audio.h:254
void BSP_AUDIO_OUT_ClockConfig(SAI_HandleTypeDef *hsai, uint32_t AudioFreq, void *Params);
stm32446e_eval_audio.c:203BSP_AUDIO_OUT_Init()
BSP_AUDIO_OUT_ClockConfig(&haudio_out_sai, AudioFreq, NULL);
stm32446e_eval_audio.c:422BSP_AUDIO_OUT_SetFrequency()
BSP_AUDIO_OUT_ClockConfig(&haudio_out_sai, AudioFreq, NULL);

Call Tree

Functions calling BSP_AUDIO_OUT_ClockConfig()
Functions called by BSP_AUDIO_OUT_ClockConfig()
BSP_AUDIO_OUT_ClockConfig()
Data read by BSP_AUDIO_OUT_ClockConfig()
Data written by BSP_AUDIO_OUT_ClockConfig()
BSP_AUDIO_OUT_ClockConfig()::rcc_ex_clk_init_struct
BSP_AUDIO_OUT_ClockConfig()::RCC_ExCLKInitStruct
all items filtered out
BSP_AUDIO_OUT_ClockConfig()
Type of BSP_AUDIO_OUT_ClockConfig()
BSP_AUDIO_OUT_ClockConfig()
all items filtered out