Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rcc_ex.h481 #define RCC_TIM15CLKSOURCE_PLL RCC_CCIPR_TIM15SEL /*!< PLL "Q" clock selected as Timer … macro
1544 (((__SOURCE__) == RCC_TIM15CLKSOURCE_PLL) || \
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc_ex.c378 if (PeriphClkInit->Tim15ClockSelection == RCC_TIM15CLKSOURCE_PLL) in HAL_RCCEx_PeriphCLKConfig()
1095 if (srcclk == RCC_TIM15CLKSOURCE_PLL) /* PLL ? */ in HAL_RCCEx_GetPeriphCLKFreq()