Home
last modified time | relevance | path

Searched refs:tim_frequency (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_rcc.c823 uint32_t tim_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetTIMClockFreq() local
834 tim_frequency = RCC_GetPCLK2ClockFreq(RCC_GetHCLKClockFreq(RCC_GetSystemClockFreq())); in LL_RCC_GetTIMClockFreq()
839 tim_frequency = RCC_PLL_GetFreqDomain_SYS(); in LL_RCC_GetTIMClockFreq()
850 tim_frequency = RCC_GetPCLK2ClockFreq(RCC_GetHCLKClockFreq(RCC_GetSystemClockFreq())); in LL_RCC_GetTIMClockFreq()
855 tim_frequency = RCC_PLL_GetFreqDomain_SYS(); in LL_RCC_GetTIMClockFreq()
867 tim_frequency = RCC_GetPCLK2ClockFreq(RCC_GetHCLKClockFreq(RCC_GetSystemClockFreq())); in LL_RCC_GetTIMClockFreq()
872 tim_frequency = RCC_PLL_GetFreqDomain_SYS(); in LL_RCC_GetTIMClockFreq()
884 tim_frequency = RCC_GetPCLK2ClockFreq(RCC_GetHCLKClockFreq(RCC_GetSystemClockFreq())); in LL_RCC_GetTIMClockFreq()
889 tim_frequency = RCC_PLL_GetFreqDomain_SYS(); in LL_RCC_GetTIMClockFreq()
901 tim_frequency = RCC_GetPCLK2ClockFreq(RCC_GetHCLKClockFreq(RCC_GetSystemClockFreq())); in LL_RCC_GetTIMClockFreq()
[all …]
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_rcc.c316 uint32_t tim_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetTIMClockFreq() local
329 tim_frequency = RCC_GetPCLK1ClockFreq(RCC_GetHCLKClockFreq(RCC_GetSystemClockFreq())); in LL_RCC_GetTIMClockFreq()
333tim_frequency = 2 * (RCC_GetPCLK1ClockFreq(RCC_GetHCLKClockFreq(RCC_GetSystemClockFreq()))); in LL_RCC_GetTIMClockFreq()
340 tim_frequency = RCC_PLL_GetFreqDomain_PLLQ(); in LL_RCC_GetTIMClockFreq()
355 tim_frequency = RCC_GetPCLK1ClockFreq(RCC_GetHCLKClockFreq(RCC_GetSystemClockFreq())); in LL_RCC_GetTIMClockFreq()
359tim_frequency = 2 * (RCC_GetPCLK1ClockFreq(RCC_GetHCLKClockFreq(RCC_GetSystemClockFreq()))); in LL_RCC_GetTIMClockFreq()
366 tim_frequency = RCC_PLL_GetFreqDomain_PLLQ(); in LL_RCC_GetTIMClockFreq()
374 return tim_frequency; in LL_RCC_GetTIMClockFreq()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_rcc.c693 uint32_t tim_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetTIMClockFreq() local
708 tim_frequency = RCC_PLL_GetFreqDomain_TIM1(); in LL_RCC_GetTIMClockFreq()
715 tim_frequency = RCC_GetPCLK1ClockFreq(RCC_GetHCLKClockFreq(RCC_GetSystemClockFreq())); in LL_RCC_GetTIMClockFreq()
732 tim_frequency = RCC_PLL_GetFreqDomain_TIM15(); in LL_RCC_GetTIMClockFreq()
739 tim_frequency = RCC_GetPCLK1ClockFreq(RCC_GetHCLKClockFreq(RCC_GetSystemClockFreq())); in LL_RCC_GetTIMClockFreq()
745 return tim_frequency; in LL_RCC_GetTIMClockFreq()