Home
last modified time | relevance | path

Searched refs:RCC_TIM1CLKSOURCE_PLL (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rcc_ex.h470 #define RCC_TIM1CLKSOURCE_PLL RCC_CCIPR_TIM1SEL /*!< PLL "Q" clock selected as Timer … macro
1538 (((__SOURCE__) == RCC_TIM1CLKSOURCE_PLL) || \
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc_ex.c360 if (PeriphClkInit->Tim1ClockSelection == RCC_TIM1CLKSOURCE_PLL) in HAL_RCCEx_PeriphCLKConfig()
1070 if (srcclk == RCC_TIM1CLKSOURCE_PLL) /* PLL ? */ in HAL_RCCEx_GetPeriphCLKFreq()