STM32F411E-Discovery + 0/1 examples
CodeScope will show references to BSP_AUDIO_OUT_ClockConfig() from the following samples and libraries:
Drivers
Boards
 
Symbols
loading...
Files
loading...

BSP_AUDIO_OUT_ClockConfig() function

Clock Config.

Syntax

void BSP_AUDIO_OUT_ClockConfig(I2S_HandleTypeDef *hi2s,     uint32_t AudioFreq,     void *Params);
Implemented in stm32f411e_discovery_audio.c:493

Arguments

hi2s

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

References

LocationReferrerText
stm32f411e_discovery_audio.c:493
__weak void BSP_AUDIO_OUT_ClockConfig(I2S_HandleTypeDef *hi2s, uint32_t AudioFreq, void *Params)
stm32f411e_discovery_audio.h:198
void BSP_AUDIO_OUT_ClockConfig(I2S_HandleTypeDef *hi2s, uint32_t AudioFreq, void *Params);
stm32f411e_discovery_audio.c:202BSP_AUDIO_OUT_Init()
BSP_AUDIO_OUT_ClockConfig(&hAudioOutI2s, AudioFreq, NULL);

Call Tree

Functions calling BSP_AUDIO_OUT_ClockConfig()
Functions called by BSP_AUDIO_OUT_ClockConfig()
all items filtered out
BSP_AUDIO_OUT_ClockConfig()
Data read by BSP_AUDIO_OUT_ClockConfig()
Data written by BSP_AUDIO_OUT_ClockConfig()
BSP_AUDIO_OUT_ClockConfig()::rccclkinit
BSP_AUDIO_OUT_ClockConfig()::index
BSP_AUDIO_OUT_ClockConfig()::freqindex
all items filtered out
BSP_AUDIO_OUT_ClockConfig()
BSP_AUDIO_OUT_ClockConfig()::index
BSP_AUDIO_OUT_ClockConfig()::freqindex
all items filtered out
Type of BSP_AUDIO_OUT_ClockConfig()
BSP_AUDIO_OUT_ClockConfig()
uint8_t
all items filtered out