Searched defs:prediv (Results 1 – 4 of 4) sorted by relevance
/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/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/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_rcc.c | 1094 uint32_t tmpreg = 0U, prediv = 0U, pllclk = 0U, pllmul = 0U; in HAL_RCC_GetSysClockFreq() local
|