I2S2_Init() is only used within STM32F411E-Discovery.
 
Symbols
loading...
Files
loading...

I2S2_Init() function

Initializes the Audio Codec audio interface (I2S)

Syntax

static uint8_t I2S2_Init(uint32_t AudioFreq);
Implemented in stm32f411e_discovery_audio.c:1080

Arguments

AudioFreq

Audio frequency to be configured for the I2S peripheral.

Notes

This function assumes that the I2S input clock (through PLL_R in Devices RevA/Z and through dedicated PLLI2S_R in Devices RevB/Y) is already configured and ready to be used.

References

LocationReferrerText
stm32f411e_discovery_audio.c:1080
static uint8_t I2S2_Init(uint32_t AudioFreq)
stm32f411e_discovery_audio.c:179
static uint8_t I2S2_Init(uint32_t AudioFreq);
stm32f411e_discovery_audio.c:733BSP_AUDIO_IN_Init()
I2S2_Init(AudioFreq);

Call Tree

Functions calling I2S2_Init()
Functions called by I2S2_Init()
all items filtered out
I2S2_Init()
all items filtered out
Type of I2S2_Init()
I2S2_Init()
uint8_t
all items filtered out