I2Sx_Init() is only used within STM32469I_EVAL.
 
Symbols
loading...
Files
loading...

I2Sx_Init() function

Initializes the Audio Codec audio interface (I2S)

Syntax

static void I2Sx_Init(uint32_t AudioFreq);
Implemented in stm32469i_eval_audio.c:1115

Arguments

AudioFreq

Audio frequency to be configured for the I2S peripheral.

Notes

This function assumes that the I2S input clock (through dedicated PLLI2S_R) is already configured and ready to be used.

References

LocationReferrerText
stm32469i_eval_audio.c:1115
static void I2Sx_Init(uint32_t AudioFreq)
stm32469i_eval_audio.c:174
static void I2Sx_Init(uint32_t AudioFreq);
stm32469i_eval_audio.c:782BSP_AUDIO_IN_Init()
I2Sx_Init(AudioFreq);

Call Tree