BSP_AUDIO_IN_ClockConfig() is only used within STM32F413H-Discovery.
 
Symbols
loading...
Files
loading...

BSP_AUDIO_IN_ClockConfig() function

Clock Config.

Syntax

uint8_t BSP_AUDIO_IN_ClockConfig(uint32_t AudioFreq,     void *Params);
Implemented in stm32f413h_discovery_audio.c:1295

Arguments

AudioFreq

Audio frequency used to play the audio stream.

Params

pointer on additional configuration parameters, can be NULL.

Return value

AUDIO_OK if correct communication, else wrong communication

Notes

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

References

LocationReferrerText
stm32f413h_discovery_audio.c:1295
__weak uint8_t BSP_AUDIO_IN_ClockConfig(uint32_t AudioFreq, void *Params)
stm32f413h_discovery_audio.h:367
uint8_t BSP_AUDIO_IN_ClockConfig(uint32_t AudioFreq, void *Params);
stm32f413h_discovery_audio.c:810BSP_AUDIO_IN_InitEx()
BSP_AUDIO_IN_ClockConfig(AudioFreq, NULL); /* Clock config is shared between AUDIO IN and OUT for analog mic */
stm32f413h_discovery_audio.c:862BSP_AUDIO_IN_InitEx()
BSP_AUDIO_IN_ClockConfig(AudioFreq, NULL); /* Clock config is shared between AUDIO IN and OUT for analog mic */

Call Tree

Functions calling BSP_AUDIO_IN_ClockConfig()
Functions called by BSP_AUDIO_IN_ClockConfig()
all items filtered out
BSP_AUDIO_IN_ClockConfig()
Type of BSP_AUDIO_IN_ClockConfig()
BSP_AUDIO_IN_ClockConfig()
uint8_t
all items filtered out