Searched refs:RCC_CFGR_PLLMUL_BITNUMBER (Results 1 – 3 of 3) sorted by relevance
519 pllmull = (pllmull >> RCC_CFGR_PLLMUL_BITNUMBER) + 2U; in HAL_RCCEx_GetPeriphCLKFreq()
1120 … pllmul = aPLLMULFactorTable[(uint32_t)(tmpreg & RCC_CFGR_PLLMUL) >> RCC_CFGR_PLLMUL_BITNUMBER]; in HAL_RCC_GetSysClockFreq()
93 #define RCC_CFGR_PLLMUL_BITNUMBER 18U macro