Home
last modified time | relevance | path

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

/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rcc_ex.h190 ((SOURCE) == RCC_TIM16CLK_PLLCLK))
248 ((SOURCE) == RCC_TIM16CLK_PLLCLK))
1268 #define RCC_TIM16CLK_PLLCLK RCC_CFGR3_TIM16SW_PLL macro
1489 #define RCC_TIM16CLK_PLLCLK RCC_CFGR3_TIM16SW_PLL macro
/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rcc_ex.c1389 if ((srcclk == RCC_TIM16CLK_PLLCLK) && (HAL_IS_BIT_SET(RCC->CR, RCC_CR_PLLRDY))) in HAL_RCCEx_GetPeriphCLKFreq()