Searched refs:PLLMulTable (Results 1 – 4 of 4) sorted by relevance
112 const uint8_t PLLMulTable[9] = {3U, 4U, 6U, 8U, 12U, 16U, 24U, 32U, 48U}; variable234 pllmul = PLLMulTable[(pllmul >> RCC_CFGR_PLLMUL_Pos)]; in SystemCoreClockUpdate()
63 extern const uint8_t PLLMulTable[9]; /*!< PLL multipiers table values */
45 extern const uint8_t PLLMulTable[];465 pllmul = PLLMulTable[(pllmul >> RCC_CFGR_PLLMUL_Pos)]; in HAL_RCCEx_GetPeriphCLKFreq()
1228 pllm = PLLMulTable[(uint32_t)(tmpreg & RCC_CFGR_PLLMUL) >> RCC_CFGR_PLLMUL_Pos]; in HAL_RCC_GetSysClockFreq()