HAL + 0/6 examples
CodeScope will show references to SAI_InitTypeDef::AudioFrequency from the following samples and libraries:
Drivers
Boards
Examples
STM32446E_EVAL
Examples
SAI
STM32469I_EVAL
Examples
SAI
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALSAI_InitTypeDef::AudioFrequency

SAI_InitTypeDef::AudioFrequency field

Specifies the audio frequency sampling. This parameter can be a value of SAI_Audio_Frequency

Syntax

uint32_t AudioFrequency;

Examples

SAI_InitTypeDef::AudioFrequency is referenced by 6 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_sai.h:103
uint32_t AudioFrequency; /*!< Specifies the audio frequency sampling.
stm32f4xx_hal_sai.c:394HAL_SAI_Init()
assert_param(IS_SAI_AUDIO_FREQUENCY(hsai->Init.AudioFrequency));
stm32f4xx_hal_sai.c:459HAL_SAI_Init()
if (hsai->Init.AudioFrequency != SAI_AUDIO_FREQUENCY_MCKDIV)
stm32f4xx_hal_sai.c:465HAL_SAI_Init()
tmpregisterGCR = (((freq * 10U) / ((hsai->Init.AudioFrequency) * 512U)));

Data Use

Functions reading SAI_InitTypeDef::AudioFrequency
SAI_InitTypeDef::AudioFrequency
all items filtered out
Type of SAI_InitTypeDef::AudioFrequency
SAI_InitTypeDef::AudioFrequency
uint32_t
all items filtered out