Home
last modified time | relevance | path

Searched refs:TIMxSource (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_rcc.c821 uint32_t LL_RCC_GetTIMClockFreq(uint32_t TIMxSource) in LL_RCC_GetTIMClockFreq() argument
826 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()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_rcc.c314 uint32_t LL_RCC_GetTIMClockFreq(uint32_t TIMxSource) in LL_RCC_GetTIMClockFreq() argument
319 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()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_rcc.c691 uint32_t LL_RCC_GetTIMClockFreq(uint32_t TIMxSource) in LL_RCC_GetTIMClockFreq() argument
696 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()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_rcc.h1583 __STATIC_INLINE void LL_RCC_SetTIMClockSource(uint32_t TIMxSource) in LL_RCC_SetTIMClockSource() argument
1585 MODIFY_REG(RCC->CFGR3, (RCC_CFGR3_TIM1SW << (TIMxSource >> 27U)), (TIMxSource & 0x03FFFFFFU)); in LL_RCC_SetTIMClockSource()
2812 uint32_t LL_RCC_GetTIMClockFreq(uint32_t TIMxSource);
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_rcc.h1931 __STATIC_INLINE void LL_RCC_SetTIMClockSource(uint32_t TIMxSource) in LL_RCC_SetTIMClockSource() argument
1933 MODIFY_REG(RCC->CCIPR, (TIMxSource & 0xFFFF0000U), (TIMxSource << 16)); in LL_RCC_SetTIMClockSource()
3268 uint32_t LL_RCC_GetTIMClockFreq(uint32_t TIMxSource);
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_rcc.h1994 __STATIC_INLINE void LL_RCC_SetTIMClockSource(uint32_t TIMxSource) in LL_RCC_SetTIMClockSource() argument
1996 MODIFY_REG(RCC->CCIPR, (TIMxSource & 0xFFFF0000U), (TIMxSource << 16)); in LL_RCC_SetTIMClockSource()
3948 uint32_t LL_RCC_GetTIMClockFreq(uint32_t TIMxSource);