I2Sx_In_Init() is only used within STM32F413H-Discovery.
 
Symbols
loading...
Files
loading...

I2Sx_In_Init() function

Initializes the Audio Codec audio interface (I2S)

Syntax

static void I2Sx_In_Init(uint32_t AudioFreq);
Implemented in stm32f413h_discovery_audio.c:1996

Arguments

AudioFreq

Audio frequency to be configured for the I2S peripheral.

Notes

This function assumes that the I2S input clock is already configured and ready to be used.

References

LocationReferrerText
stm32f413h_discovery_audio.c:1996
static void I2Sx_In_Init(uint32_t AudioFreq)
stm32f413h_discovery_audio.c:172
static void I2Sx_In_Init(uint32_t AudioFreq);
stm32f413h_discovery_audio.c:823BSP_AUDIO_IN_InitEx()
I2Sx_In_Init(AudioFreq);