Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rcc_ex.h188 ((SOURCE) == RCC_TIM15CLK_PLLCLK))
246 ((SOURCE) == RCC_TIM15CLK_PLLCLK))
1258 #define RCC_TIM15CLK_PLLCLK RCC_CFGR3_TIM15SW_PLL macro
1479 #define RCC_TIM15CLK_PLLCLK RCC_CFGR3_TIM15SW_PLL macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rcc_ex.c1370 if ((srcclk == RCC_TIM15CLK_PLLCLK) && (HAL_IS_BIT_SET(RCC->CR, RCC_CR_PLLRDY))) in HAL_RCCEx_GetPeriphCLKFreq()