Home
last modified time | relevance | path

Searched refs:pllr (Results 1 – 4 of 4) sorted by relevance

/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_spi.c353 uint32_t pllm = 0, plln = 0, pllr = 0; in I2S_Init() local
420 pllr = (uint32_t)(((RCC->PLLI2SCFGR & RCC_PLLI2SCFGR_PLLI2SR) >> 28) & \ in I2S_Init()
429 i2sclk = (uint32_t)(((HSE_VALUE / pllm) * plln) / pllr); in I2S_Init()
433 i2sclk = (uint32_t)(((HSI_VALUE / pllm) * plln) / pllr); in I2S_Init()
A Dsystem_stm32f4xx.c564 uint32_t pllr = 2; in SystemCoreClockUpdate() local
631 pllr = (((RCC->PLLCFGR & RCC_PLLCFGR_PLLR) >>28) + 1 ) *2; in SystemCoreClockUpdate()
632 SystemCoreClock = pllvco/pllr; in SystemCoreClockUpdate()
A Dstm32f4xx_rcc.c1252 uint32_t pllr = 2; in RCC_GetClocksFreq() local
1308 pllr = (((RCC->PLLCFGR & RCC_PLLCFGR_PLLR) >>28) + 1 ) *2; in RCC_GetClocksFreq()
1309 RCC_Clocks->SYSCLK_Frequency = pllvco/pllr; in RCC_GetClocksFreq()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_spi.c285 uint32_t pllm = 0, plln = 0, pllr = 0; in I2S_Init() local
352 pllr = (uint32_t)(((RCC->PLLI2SCFGR & RCC_PLLI2SCFGR_PLLI2SR) >> 28) & \ in I2S_Init()
359 i2sclk = (uint32_t)(((HSE_VALUE / pllm) * plln) / pllr); in I2S_Init()

Completed in 13 milliseconds