Home
last modified time | relevance | path

Searched refs:pllmull2 (Results 1 – 3 of 3) sorted by relevance

/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/
A DHAL_rcc.c680 uint32_t tmp = 0, pllmull1 = 0,pllmull2 = 0, pllsource = 0, presc = 0; in RCC_GetClocksFreq() local
694 pllmull2 = ((RCC->CR&0x00700000)>>20)+1; in RCC_GetClocksFreq()
698 RCC_Clocks->SYSCLK_Frequency = 2*(HSI_Value_Pll_ON >> 1) * pllmull1/pllmull2; in RCC_GetClocksFreq()
704 RCC_Clocks->SYSCLK_Frequency = (HSE_Value >> 1) * pllmull1/pllmull2; in RCC_GetClocksFreq()
708 RCC_Clocks->SYSCLK_Frequency = HSE_Value * pllmull1/pllmull2; in RCC_GetClocksFreq()
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/
A DHAL_rcc.c755 uint32_t tmp = 0, pllmull1 = 0,pllmull2 = 0, pllsource = 0, presc = 0; in RCC_GetClocksFreq() local
771 pllmull2 = ((RCC->CR&0x00700000)>>20)+1; in RCC_GetClocksFreq()
775 RCC_Clocks->SYSCLK_Frequency = 2*(HSI_Value_Pll_ON >> 1) * pllmull1/pllmull2; in RCC_GetClocksFreq()
781 RCC_Clocks->SYSCLK_Frequency = (HSE_Value >> 1) * pllmull1/pllmull2; in RCC_GetClocksFreq()
785 RCC_Clocks->SYSCLK_Frequency = HSE_Value * pllmull1/pllmull2; in RCC_GetClocksFreq()
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/
A DHAL_rcc.c756 uint32_t tmp = 0, pllmull1 = 0, pllmull2 = 0, pllsource = 0, presc = 0; in RCC_GetClocksFreq() local
772 pllmull2 = ((RCC->CR & 0x00700000) >> 20) + 1; in RCC_GetClocksFreq()
777 RCC_Clocks->SYSCLK_Frequency = 2 * (HSI_Value_Pll_ON >> 1) * pllmull1 / pllmull2; in RCC_GetClocksFreq()
785 RCC_Clocks->SYSCLK_Frequency = (HSE_Value >> 1) * pllmull1 / pllmull2; in RCC_GetClocksFreq()
789 RCC_Clocks->SYSCLK_Frequency = HSE_Value * pllmull1 / pllmull2; in RCC_GetClocksFreq()

Completed in 15 milliseconds