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

BSP_AUDIO_OUT_MspInit() function

AUDIO OUT I2S MSP Init.

Syntax

void BSP_AUDIO_OUT_MspInit(I2S_HandleTypeDef *hi2s,     void *Params);
Implemented in stm32f401_discovery_audio.c:511

Arguments

hi2s

might be required to set audio peripheral predivider if any.

Params

pointer on additional configuration parameters, can be NULL.

References

LocationReferrerText
stm32f401_discovery_audio.c:511
__weak void BSP_AUDIO_OUT_MspInit(I2S_HandleTypeDef *hi2s, void *Params)
stm32f401_discovery_audio.h:200
void BSP_AUDIO_OUT_MspInit(I2S_HandleTypeDef *hi2s, void *Params);
stm32f401_discovery_audio.c:210BSP_AUDIO_OUT_Init()
BSP_AUDIO_OUT_MspInit(&hAudioOutI2s, NULL);