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

I2Sx_Out_Init() function

Static Functions Initializes the Audio Codec audio interface (I2S)

Syntax

static void I2Sx_Out_Init(uint32_t AudioFreq);
Implemented in stm32f413h_discovery_audio.c:711

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:711
static void I2Sx_Out_Init(uint32_t AudioFreq)
stm32f413h_discovery_audio.c:177
static void I2Sx_Out_Init(uint32_t AudioFreq);
stm32f413h_discovery_audio.c:222BSP_AUDIO_OUT_Init()
I2Sx_Out_Init(AudioFreq);

Call Tree