Searched refs:TIMxSource (Results 1 – 6 of 6) sorted by relevance
821 uint32_t LL_RCC_GetTIMClockFreq(uint32_t TIMxSource) in LL_RCC_GetTIMClockFreq() argument826 assert_param(IS_LL_RCC_TIM_CLKSOURCE(TIMxSource)); in LL_RCC_GetTIMClockFreq()828 if (TIMxSource == LL_RCC_TIM1_CLKSOURCE) in LL_RCC_GetTIMClockFreq()844 if (TIMxSource == LL_RCC_TIM8_CLKSOURCE) in LL_RCC_GetTIMClockFreq()861 if (TIMxSource == LL_RCC_TIM15_CLKSOURCE) in LL_RCC_GetTIMClockFreq()878 if (TIMxSource == LL_RCC_TIM16_CLKSOURCE) in LL_RCC_GetTIMClockFreq()895 if (TIMxSource == LL_RCC_TIM17_CLKSOURCE) in LL_RCC_GetTIMClockFreq()912 if (TIMxSource == LL_RCC_TIM20_CLKSOURCE) in LL_RCC_GetTIMClockFreq()929 if (TIMxSource == LL_RCC_TIM2_CLKSOURCE) in LL_RCC_GetTIMClockFreq()946 if (TIMxSource == LL_RCC_TIM34_CLKSOURCE) in LL_RCC_GetTIMClockFreq()
314 uint32_t LL_RCC_GetTIMClockFreq(uint32_t TIMxSource) in LL_RCC_GetTIMClockFreq() argument319 assert_param(IS_LL_RCC_TIM_CLKSOURCE(TIMxSource)); in LL_RCC_GetTIMClockFreq()321 if (TIMxSource == LL_RCC_TIM1_CLKSOURCE) in LL_RCC_GetTIMClockFreq()324 switch (LL_RCC_GetTIMClockSource(TIMxSource)) in LL_RCC_GetTIMClockFreq()348 else if (TIMxSource == LL_RCC_TIM15_CLKSOURCE) in LL_RCC_GetTIMClockFreq()350 switch (LL_RCC_GetTIMClockSource(TIMxSource)) in LL_RCC_GetTIMClockFreq()
691 uint32_t LL_RCC_GetTIMClockFreq(uint32_t TIMxSource) in LL_RCC_GetTIMClockFreq() argument696 assert_param(IS_LL_RCC_TIM_CLKSOURCE(TIMxSource)); in LL_RCC_GetTIMClockFreq()698 if (TIMxSource == LL_RCC_TIM1_CLKSOURCE) in LL_RCC_GetTIMClockFreq()701 switch (LL_RCC_GetTIMClockSource(TIMxSource)) in LL_RCC_GetTIMClockFreq()722 if (TIMxSource == LL_RCC_TIM15_CLKSOURCE) in LL_RCC_GetTIMClockFreq()725 switch (LL_RCC_GetTIMClockSource(TIMxSource)) in LL_RCC_GetTIMClockFreq()
1583 __STATIC_INLINE void LL_RCC_SetTIMClockSource(uint32_t TIMxSource) in LL_RCC_SetTIMClockSource() argument1585 MODIFY_REG(RCC->CFGR3, (RCC_CFGR3_TIM1SW << (TIMxSource >> 27U)), (TIMxSource & 0x03FFFFFFU)); in LL_RCC_SetTIMClockSource()2812 uint32_t LL_RCC_GetTIMClockFreq(uint32_t TIMxSource);
1931 __STATIC_INLINE void LL_RCC_SetTIMClockSource(uint32_t TIMxSource) in LL_RCC_SetTIMClockSource() argument1933 MODIFY_REG(RCC->CCIPR, (TIMxSource & 0xFFFF0000U), (TIMxSource << 16)); in LL_RCC_SetTIMClockSource()3268 uint32_t LL_RCC_GetTIMClockFreq(uint32_t TIMxSource);
1994 __STATIC_INLINE void LL_RCC_SetTIMClockSource(uint32_t TIMxSource) in LL_RCC_SetTIMClockSource() argument1996 MODIFY_REG(RCC->CCIPR, (TIMxSource & 0xFFFF0000U), (TIMxSource << 16)); in LL_RCC_SetTIMClockSource()3948 uint32_t LL_RCC_GetTIMClockFreq(uint32_t TIMxSource);