Home
last modified time | relevance | path

Searched refs:I2S_AudioFreq (Results 1 – 6 of 6) sorted by relevance

/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_spi.c231 assert_param(IS_I2S_AUDIO_FREQ(I2S_InitStruct->I2S_AudioFreq)); in I2S_Init()
243 if(I2S_InitStruct->I2S_AudioFreq == I2S_AudioFreq_Default) in I2S_Init()
323 tmp = (uint16_t)(((((sourceclock / 256) * 10) / I2S_InitStruct->I2S_AudioFreq)) + 5); in I2S_Init()
328 …tmp = (uint16_t)(((((sourceclock / (32 * packetlength)) *10 ) / I2S_InitStruct->I2S_AudioFreq)) + … in I2S_Init()
413 I2S_InitStruct->I2S_AudioFreq = I2S_AudioFreq_Default; in I2S_StructInit()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_spi.c294 assert_param(IS_I2S_AUDIO_FREQ(I2S_InitStruct->I2S_AudioFreq)); in I2S_Init()
306 if(I2S_InitStruct->I2S_AudioFreq == I2S_AudioFreq_Default) in I2S_Init()
366 tmp = (uint16_t)(((((i2sclk / 256) * 10) / I2S_InitStruct->I2S_AudioFreq)) + 5); in I2S_Init()
371 … tmp = (uint16_t)(((((i2sclk / (32 * packetlength)) *10 ) / I2S_InitStruct->I2S_AudioFreq)) + 5); in I2S_Init()
456 I2S_InitStruct->I2S_AudioFreq = I2S_AudioFreq_Default; in I2S_StructInit()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_spi.c362 assert_param(IS_I2S_AUDIO_FREQ(I2S_InitStruct->I2S_AudioFreq)); in I2S_Init()
374 if(I2S_InitStruct->I2S_AudioFreq == I2S_AudioFreq_Default) in I2S_Init()
441 tmp = (uint16_t)(((((i2sclk / 256) * 10) / I2S_InitStruct->I2S_AudioFreq)) + 5); in I2S_Init()
446 … tmp = (uint16_t)(((((i2sclk / (32 * packetlength)) *10 ) / I2S_InitStruct->I2S_AudioFreq)) + 5); in I2S_Init()
531 I2S_InitStruct->I2S_AudioFreq = I2S_AudioFreq_Default; in I2S_StructInit()
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_spi.h101 uint32_t I2S_AudioFreq; /*!< Specifies the frequency selected for the I2S communication. member
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_spi.h106 uint32_t I2S_AudioFreq; /*!< Specifies the frequency selected for the I2S communication. member
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_spi.h106 uint32_t I2S_AudioFreq; /*!< Specifies the frequency selected for the I2S communication. member

Completed in 12 milliseconds