Searched refs:AudioFreq (Results 1 – 8 of 8) sorted by relevance
383 assert_param(IS_LL_I2S_AUDIO_FREQ(I2S_InitStruct->AudioFreq)); in LL_I2S_Init()412 if (I2S_InitStruct->AudioFreq != LL_I2S_AUDIOFREQ_DEFAULT) in LL_I2S_Init()433 tmp = (((((sourceclock / 256U) * 10U) / I2S_InitStruct->AudioFreq)) + 5U); in LL_I2S_Init()438 tmp = (((((sourceclock / (32U * packetlength)) * 10U) / I2S_InitStruct->AudioFreq)) + 5U); in LL_I2S_Init()483 I2S_InitStruct->AudioFreq = LL_I2S_AUDIOFREQ_DEFAULT; in LL_I2S_StructInit()
281 assert_param(IS_I2S_AUDIO_FREQ(hi2s->Init.AudioFreq)); in HAL_I2S_Init()321 if (hi2s->Init.AudioFreq != I2S_AUDIOFREQ_DEFAULT) in HAL_I2S_Init()351 tmp = (uint32_t)(((((i2sclk / (packetlength * 4U)) * 10U) / hi2s->Init.AudioFreq)) + 5U); in HAL_I2S_Init()355 tmp = (uint32_t)(((((i2sclk / (packetlength * 8U)) * 10U) / hi2s->Init.AudioFreq)) + 5U); in HAL_I2S_Init()361 tmp = (uint32_t)(((((i2sclk / packetlength) * 10U) / hi2s->Init.AudioFreq)) + 5U); in HAL_I2S_Init()
62 uint32_t AudioFreq; /*!< Specifies the frequency selected for the I2S communication. member
1201 uint32_t AudioFreq; /*!< Specifies the frequency selected for the I2S communication. member
50 I2S3_Handler.Init.AudioFreq = I2S_AUDIOFREQ_DEFAULT; in I2S3_Init()
79 I2S3_Handler.Init.AudioFreq = I2S_AUDIOFREQ_44K; in I2S3_Init()
420 static uint32_t cs42l51_set_frequency(uint32_t AudioFreq) in cs42l51_set_frequency() argument
39 I2S3.AudioFreq=I2S_AUDIOFREQ_16K42 I2S3.IPParameters=Instance,VirtualMode,FullDuplexMode,RealAudioFreq,ErrorAudioFreq,AudioFreq,Standa…
Completed in 24 milliseconds