STM324xG_EVAL + 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

Initializes BSP_AUDIO_OUT MSP.

Syntax

void BSP_AUDIO_OUT_MspInit(I2S_HandleTypeDef *hi2s,     void *Params);
Implemented in stm324xg_eval_audio.c:444

Arguments

hi2s

I2S handle

Params

Examples

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

References

LocationReferrerText
stm324xg_eval_audio.c:444
__weak void BSP_AUDIO_OUT_MspInit(I2S_HandleTypeDef *hi2s, void *Params)
stm324xg_eval_audio.h:135
void BSP_AUDIO_OUT_MspInit(I2S_HandleTypeDef *hi2s, void *Params);
stm324xg_eval_audio.c:166BSP_AUDIO_OUT_Init()
BSP_AUDIO_OUT_MspInit(&haudio_i2s, NULL);