Home
last modified time | relevance | path

Searched refs:i2s_frequency (Results 1 – 9 of 9) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_rcc.c372 uint32_t i2s_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetI2SClockFreq() local
386 i2s_frequency = RCC_PLLI2S_GetFreqDomain_I2S(); in LL_RCC_GetI2SClockFreq()
395 i2s_frequency = RCC_PLL_GetFreqDomain_I2S(); in LL_RCC_GetI2SClockFreq()
405 i2s_frequency = HSE_VALUE; in LL_RCC_GetI2SClockFreq()
413 i2s_frequency = HSI_VALUE; in LL_RCC_GetI2SClockFreq()
422 i2s_frequency = EXTERNAL_CLOCK_VALUE; in LL_RCC_GetI2SClockFreq()
435 i2s_frequency = RCC_PLLI2S_GetFreqDomain_I2S(); in LL_RCC_GetI2SClockFreq()
442 i2s_frequency = RCC_PLL_GetFreqDomain_I2S(); in LL_RCC_GetI2SClockFreq()
452 i2s_frequency = HSE_VALUE; in LL_RCC_GetI2SClockFreq()
460 i2s_frequency = HSI_VALUE; in LL_RCC_GetI2SClockFreq()
[all …]
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_rcc.c437 uint32_t i2s_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetI2SClockFreq() local
448 i2s_frequency = HSI_VALUE; in LL_RCC_GetI2SClockFreq()
456 i2s_frequency = RCC_PLL_GetFreqDomain_I2S1(); in LL_RCC_GetI2SClockFreq()
463 i2s_frequency = EXTERNAL_CLOCK_VALUE; in LL_RCC_GetI2SClockFreq()
468 i2s_frequency = RCC_GetSystemClockFreq(); in LL_RCC_GetI2SClockFreq()
479 i2s_frequency = HSI_VALUE; in LL_RCC_GetI2SClockFreq()
487 i2s_frequency = RCC_PLL_GetFreqDomain_I2S2(); in LL_RCC_GetI2SClockFreq()
493 i2s_frequency = EXTERNAL_CLOCK_VALUE; in LL_RCC_GetI2SClockFreq()
498 i2s_frequency = RCC_GetSystemClockFreq(); in LL_RCC_GetI2SClockFreq()
506 return i2s_frequency; in LL_RCC_GetI2SClockFreq()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_rcc.c288 uint32_t i2s_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetI2SClockFreq() local
301 i2s_frequency = (HSI_VALUE / ((LL_RCC_HSIKER_GetDivider() >> RCC_CR_HSIKERDIV_Pos) + 1U)); in LL_RCC_GetI2SClockFreq()
306 i2s_frequency = EXTERNAL_CLOCK_VALUE; in LL_RCC_GetI2SClockFreq()
311 i2s_frequency = RCC_GetSystemClockFreq(); in LL_RCC_GetI2SClockFreq()
316 return i2s_frequency; in LL_RCC_GetI2SClockFreq()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_rcc.c711 uint32_t i2s_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetI2SClockFreq() local
722 i2s_frequency = RCC_GetSystemClockFreq(); in LL_RCC_GetI2SClockFreq()
730 i2s_frequency = RCC_PLL_GetFreqDomain_48M(); in LL_RCC_GetI2SClockFreq()
736 i2s_frequency = EXTERNAL_CLOCK_VALUE; in LL_RCC_GetI2SClockFreq()
743 i2s_frequency = HSI_VALUE; in LL_RCC_GetI2SClockFreq()
749 return i2s_frequency; in LL_RCC_GetI2SClockFreq()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_rcc.c196 uint32_t i2s_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetI2SClockFreq() local
209 i2s_frequency = RCC_PLLI2S_GetFreqDomain_I2S(); in LL_RCC_GetI2SClockFreq()
215 i2s_frequency = EXTERNAL_CLOCK_VALUE; in LL_RCC_GetI2SClockFreq()
220 return i2s_frequency; in LL_RCC_GetI2SClockFreq()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_rcc.c213 uint32_t i2s_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetI2SClockFreq() local
223 i2s_frequency = RCC_GetSystemClockFreq(); in LL_RCC_GetI2SClockFreq()
229 i2s_frequency = RCC_PLLI2S_GetFreqDomain_I2S() * 2U; in LL_RCC_GetI2SClockFreq()
233 return i2s_frequency; in LL_RCC_GetI2SClockFreq()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_rcc.c648 uint32_t i2s_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetI2SClockFreq() local
661 i2s_frequency = RCC_PLL_GetFreqDomain_I2S(); in LL_RCC_GetI2SClockFreq()
667 i2s_frequency = EXTERNAL_CLOCK_VALUE; in LL_RCC_GetI2SClockFreq()
674 i2s_frequency = HSI_VALUE; in LL_RCC_GetI2SClockFreq()
678 return i2s_frequency; in LL_RCC_GetI2SClockFreq()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_rcc.c632 uint32_t i2s_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetI2SClockFreq() local
641 i2s_frequency = RCC_GetSystemClockFreq(); in LL_RCC_GetI2SClockFreq()
647 i2s_frequency = EXTERNAL_CLOCK_VALUE; in LL_RCC_GetI2SClockFreq()
650 i2s_frequency = LL_RCC_PERIPH_FREQUENCY_NA; in LL_RCC_GetI2SClockFreq()
654 return i2s_frequency; in LL_RCC_GetI2SClockFreq()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_rcc.c680 uint32_t i2s_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetI2SClockFreq() local
693 i2s_frequency = RCC_PLLI2S_GetFreqDomain_I2S(); in LL_RCC_GetI2SClockFreq()
699 i2s_frequency = EXTERNAL_CLOCK_VALUE; in LL_RCC_GetI2SClockFreq()
704 return i2s_frequency; in LL_RCC_GetI2SClockFreq()