Home
last modified time | relevance | path

Searched refs:AudioFreq (Results 1 – 8 of 8) sorted by relevance

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_ll_spi.c383 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()
A Dstm32l1xx_hal_i2s.c281 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()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_i2s.h62 uint32_t AudioFreq; /*!< Specifies the frequency selected for the I2S communication. member
A Dstm32l1xx_ll_spi.h1201 uint32_t AudioFreq; /*!< Specifies the frequency selected for the I2S communication. member
/bsp/stm32/stm32f407-rt-spark/board/ports/audio/
A Ddrv_mic.c50 I2S3_Handler.Init.AudioFreq = I2S_AUDIOFREQ_DEFAULT; in I2S3_Init()
A Ddrv_sound.c79 I2S3_Handler.Init.AudioFreq = I2S_AUDIOFREQ_44K; in I2S3_Init()
/bsp/stm32/stm32mp157a-st-discovery/board/ports/audio/
A Ddrv_cs42l51.c420 static uint32_t cs42l51_set_frequency(uint32_t AudioFreq) in cs42l51_set_frequency() argument
/bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/
A DCubeMX_Config.ioc39 I2S3.AudioFreq=I2S_AUDIOFREQ_16K
42 I2S3.IPParameters=Instance,VirtualMode,FullDuplexMode,RealAudioFreq,ErrorAudioFreq,AudioFreq,Standa…

Completed in 24 milliseconds