HAL + 0/12 examples
CodeScope will show references to I2S_InitTypeDef::AudioFreq from the following samples and libraries:
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALI2S_InitTypeDef::AudioFreq

I2S_InitTypeDef::AudioFreq field

Specifies the frequency selected for the I2S communication. This parameter can be a value of I2S_Audio_Frequency

Syntax

uint32_t AudioFreq;

Examples

I2S_InitTypeDef::AudioFreq is referenced by 12 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_i2s.h:60
uint32_t AudioFreq; /*!< Specifies the frequency selected for the I2S communication.
stm32f4xx_hal_i2s.c:288HAL_I2S_Init()
assert_param(IS_I2S_AUDIO_FREQ(hi2s->Init.AudioFreq));
stm32f4xx_hal_i2s.c:338HAL_I2S_Init()
if (hi2s->Init.AudioFreq != I2S_AUDIOFREQ_DEFAULT)
stm32f4xx_hal_i2s.c:379HAL_I2S_Init()
tmp = (uint32_t)(((((i2sclk / (packetlength * 4U)) * 10U) / hi2s->Init.AudioFreq)) + 5U);
stm32f4xx_hal_i2s.c:383HAL_I2S_Init()
tmp = (uint32_t)(((((i2sclk / (packetlength * 8U)) * 10U) / hi2s->Init.AudioFreq)) + 5U);
stm32f4xx_hal_i2s.c:389HAL_I2S_Init()
tmp = (uint32_t)(((((i2sclk / packetlength) * 10U) / hi2s->Init.AudioFreq)) + 5U);

Data Use

Functions reading I2S_InitTypeDef::AudioFreq
I2S_InitTypeDef::AudioFreq
all items filtered out
Type of I2S_InitTypeDef::AudioFreq
I2S_InitTypeDef::AudioFreq
uint32_t
all items filtered out