Searched defs:pllmul (Results 1 – 8 of 8) sorted by relevance
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_rcc_ex.c | 391 uint32_t prediv1 = 0U, pllclk = 0U, pllmul = 0U; in HAL_RCCEx_GetPeriphCLKFreq() local 399 uint32_t prediv1 = 0U, pllclk = 0U, pllmul = 0U; in HAL_RCCEx_GetPeriphCLKFreq() local
|
D | stm32f1xx_hal_rcc.c | 1094 uint32_t tmpreg = 0U, prediv = 0U, pllclk = 0U, pllmul = 0U; in HAL_RCC_GetSysClockFreq() local
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_rcc_ex.c | 1533 uint32_t pllmul = 0U, pllsource = 0U, prediv = 0U, pllclk = 0U; in RCC_GetPLLCLKFreq() local
|
D | stm32f3xx_hal_rcc.c | 968 uint32_t tmpreg = 0U, prediv = 0U, pllclk = 0U, pllmul = 0U; in HAL_RCC_GetSysClockFreq() local
|
/hal_stm32-latest/stm32cube/stm32l0xx/soc/ |
D | system_stm32l0xx.c | 201 uint32_t tmp = 0U, pllmul = 0U, plldiv = 0U, pllsource = 0U, msirange = 0U; in SystemCoreClockUpdate() local
|
/hal_stm32-latest/stm32cube/stm32l1xx/soc/ |
D | system_stm32l1xx.c | 211 uint32_t tmp = 0, pllmul = 0, plldiv = 0, pllsource = 0, msirange = 0; in SystemCoreClockUpdate() local
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_rcc.c | 1105 uint32_t tmpreg = 0U, prediv = 0U, pllclk = 0U, pllmul = 0U; in HAL_RCC_GetSysClockFreq() local
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_rcc_ex.c | 387 uint32_t pllmul, plldiv, pllvco; /* no init needed */ in HAL_RCCEx_GetPeriphCLKFreq() local
|