STM32F411E-Discovery + 0/1 examples
CodeScope will show references to BSP_AUDIO_OUT_MspInit() from the following samples and libraries:
Drivers
Boards
 
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 stm32f411e_discovery_audio.c:537

Arguments

hi2s

might be required to set audio peripheral predivider if any.

Params

pointer on additional configuration parameters, can be NULL.

Examples

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

References

LocationReferrerText
stm32f411e_discovery_audio.c:537
__weak void BSP_AUDIO_OUT_MspInit(I2S_HandleTypeDef *hi2s, void *Params)
stm32f411e_discovery_audio.h:199
void BSP_AUDIO_OUT_MspInit(I2S_HandleTypeDef *hi2s, void *Params);
stm32f411e_discovery_audio.c:210BSP_AUDIO_OUT_Init()
BSP_AUDIO_OUT_MspInit(&hAudioOutI2s, NULL);