Home
last modified time | relevance | path

Searched refs:PLLMulTable (Results 1 – 11 of 11) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l0xx/soc/
Dsystem_stm32l0xx.c130 const uint8_t PLLMulTable[9] = {3U, 4U, 6U, 8U, 12U, 16U, 24U, 32U, 48U}; variable
229 pllmul = PLLMulTable[(pllmul >> RCC_CFGR_PLLMUL_Pos)]; in SystemCoreClockUpdate()
Dsystem_stm32l0xx.h62 extern const uint8_t PLLMulTable[9]; /*!< PLL multipiers table values */
/hal_stm32-latest/stm32cube/stm32l1xx/soc/
Dsystem_stm32l1xx.c126 const uint8_t PLLMulTable[9] = {3U, 4U, 6U, 8U, 12U, 16U, 24U, 32U, 48U}; variable
232 pllmul = PLLMulTable[(pllmul >> 18)]; in SystemCoreClockUpdate()
Dsystem_stm32l1xx.h62 extern const uint8_t PLLMulTable[9]; /*!< PLL multipiers table values */
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_rcc_ex.c43 extern const uint8_t PLLMulTable[];
472 pllmul = PLLMulTable[(pllmul >> RCC_CFGR_PLLMUL_Pos)]; in HAL_RCCEx_GetPeriphCLKFreq()
Dstm32l0xx_ll_utils.c475 pllfreq = PLL_InputFrequency * (PLLMulTable[UTILS_PLLInitStruct->PLLMul >> RCC_CFGR_PLLMUL_Pos]); in UTILS_GetPLLOutputFrequency()
Dstm32l0xx_hal_rcc.c1240 pllm = PLLMulTable[(uint32_t)(tmpreg & RCC_CFGR_PLLMUL) >> RCC_CFGR_PLLMUL_Pos]; in HAL_RCC_GetSysClockFreq()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_rcc.c94 extern const uint8_t PLLMulTable[]; /* Defined in CMSIS (system_stm32l0xx.c)*/
1102 pllm = PLLMulTable[(uint32_t)(tmpreg & RCC_CFGR_PLLMUL) >> RCC_CFGR_PLLMUL_Pos]; in HAL_RCC_GetSysClockFreq()
Dstm32l1xx_ll_utils.c469 pllfreq = PLL_InputFrequency * (PLLMulTable[UTILS_PLLInitStruct->PLLMul >> RCC_CFGR_PLLMUL_Pos]); in UTILS_GetPLLOutputFrequency()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_rcc.h393 …LLCLK_FREQ(__INPUTFREQ__, __PLLMUL__, __PLLDIV__) ((__INPUTFREQ__) * (PLLMulTable[(__PLLMUL__) >>…
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_rcc.h592 …LLCLK_FREQ(__INPUTFREQ__, __PLLMUL__, __PLLDIV__) ((__INPUTFREQ__) * (PLLMulTable[(__PLLMUL__) >>…