Lines Matching refs:LPTIMxSource
2208 uint32_t LL_RCC_GetLPTIMClockFreq(uint32_t LPTIMxSource) in LL_RCC_GetLPTIMClockFreq() argument
2214 assert_param(IS_LL_RCC_LPTIM_CLKSOURCE(LPTIMxSource)); in LL_RCC_GetLPTIMClockFreq()
2216 if (LPTIMxSource == LL_RCC_LPTIM1_CLKSOURCE) in LL_RCC_GetLPTIMClockFreq()
2219 switch (LL_RCC_GetLPTIMClockSource(LPTIMxSource)) in LL_RCC_GetLPTIMClockFreq()
2272 else if (LPTIMxSource == LL_RCC_LPTIM2_CLKSOURCE) in LL_RCC_GetLPTIMClockFreq()
2275 switch (LL_RCC_GetLPTIMClockSource(LPTIMxSource)) in LL_RCC_GetLPTIMClockFreq()
2329 else if (LPTIMxSource == LL_RCC_LPTIM3_CLKSOURCE) in LL_RCC_GetLPTIMClockFreq()
2332 switch (LL_RCC_GetLPTIMClockSource(LPTIMxSource)) in LL_RCC_GetLPTIMClockFreq()
2385 else if (LPTIMxSource == LL_RCC_LPTIM4_CLKSOURCE) in LL_RCC_GetLPTIMClockFreq()
2388 switch (LL_RCC_GetLPTIMClockSource(LPTIMxSource)) in LL_RCC_GetLPTIMClockFreq()
2441 else if (LPTIMxSource == LL_RCC_LPTIM5_CLKSOURCE) in LL_RCC_GetLPTIMClockFreq()
2444 switch (LL_RCC_GetLPTIMClockSource(LPTIMxSource)) in LL_RCC_GetLPTIMClockFreq()
2497 else if (LPTIMxSource == LL_RCC_LPTIM6_CLKSOURCE) in LL_RCC_GetLPTIMClockFreq()
2500 switch (LL_RCC_GetLPTIMClockSource(LPTIMxSource)) in LL_RCC_GetLPTIMClockFreq()