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

BSP_AUDIO_IN_ClockConfig() function

Audio In Clock Config.

Syntax

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

Arguments

hi2s

I2S handle

AudioFreq

Audio frequency used to record the audio stream.

Params

pointer on additional configuration parameters, can be NULL.

Notes

This API is called by BSP_AUDIO_IN_Init() Being __weak it can be overwritten by the application

Examples

BSP_AUDIO_IN_ClockConfig() is referenced by 1 libraries and example projects.

References

LocationReferrerText
stm32f411e_discovery_audio.c:877
__weak void BSP_AUDIO_IN_ClockConfig(I2S_HandleTypeDef *hi2s, uint32_t AudioFreq, void *Params)
stm32f411e_discovery_audio.h:229
void BSP_AUDIO_IN_ClockConfig(I2S_HandleTypeDef *hi2s, uint32_t AudioFreq, void *Params);
stm32f411e_discovery_audio.c:717BSP_AUDIO_IN_Init()
BSP_AUDIO_IN_ClockConfig(&hAudioInI2s, AudioFreq, NULL);

Call Tree

Functions calling BSP_AUDIO_IN_ClockConfig()
Functions called by BSP_AUDIO_IN_ClockConfig()
all items filtered out
BSP_AUDIO_IN_ClockConfig()
Data read by BSP_AUDIO_IN_ClockConfig()
Data written by BSP_AUDIO_IN_ClockConfig()
BSP_AUDIO_IN_ClockConfig()::rccclkinit
all items filtered out
BSP_AUDIO_IN_ClockConfig()
Type of BSP_AUDIO_IN_ClockConfig()
BSP_AUDIO_IN_ClockConfig()
all items filtered out