BSP_AUDIO_IN_MspInit() is only used within STM32F401-Discovery.
 
Symbols
loading...
Files
loading...

BSP_AUDIO_IN_MspInit() function

BSP AUDIO IN MSP Init.

Syntax

void BSP_AUDIO_IN_MspInit(I2S_HandleTypeDef *hi2s,     void *Params);
Implemented in stm32f401_discovery_audio.c:885

Arguments

hi2s

I2S handle

Params

pointer on additional configuration parameters, can be NULL.

References

LocationReferrerText
stm32f401_discovery_audio.c:885
__weak void BSP_AUDIO_IN_MspInit(I2S_HandleTypeDef *hi2s, void *Params)
stm32f401_discovery_audio.h:231
void BSP_AUDIO_IN_MspInit(I2S_HandleTypeDef *hi2s, void *Params);
stm32f401_discovery_audio.c:702BSP_AUDIO_IN_Init()
BSP_AUDIO_IN_MspInit(&hAudioInI2s, NULL);