Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_rcc_ex.c519 pllmull = (pllmull >> RCC_CFGR_PLLMUL_BITNUMBER) + 2U; in HAL_RCCEx_GetPeriphCLKFreq()
Dstm32f0xx_hal_rcc.c1120 … pllmul = aPLLMULFactorTable[(uint32_t)(tmpreg & RCC_CFGR_PLLMUL) >> RCC_CFGR_PLLMUL_BITNUMBER]; in HAL_RCC_GetSysClockFreq()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_rcc.h93 #define RCC_CFGR_PLLMUL_BITNUMBER 18U macro