Home
last modified time | relevance | path

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

/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rcc_ex.h192 ((SOURCE) == RCC_TIM17CLK_PLLCLK))
250 ((SOURCE) == RCC_TIM17CLK_PLLCLK))
1278 #define RCC_TIM17CLK_PLLCLK RCC_CFGR3_TIM17SW_PLL macro
1499 #define RCC_TIM17CLK_PLLCLK RCC_CFGR3_TIM17SW_PLL macro
/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rcc_ex.c1408 if ((srcclk == RCC_TIM17CLK_PLLCLK) && (HAL_IS_BIT_SET(RCC->CR, RCC_CR_PLLRDY))) in HAL_RCCEx_GetPeriphCLKFreq()