Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_rcc.c975 uint32_t hrtim_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetHRTIMClockFreq() local
984 hrtim_frequency = RCC_GetPCLK2ClockFreq(RCC_GetHCLKClockFreq(RCC_GetSystemClockFreq())); in LL_RCC_GetHRTIMClockFreq()
989 hrtim_frequency = RCC_PLL_GetFreqDomain_SYS(); in LL_RCC_GetHRTIMClockFreq()
992 return hrtim_frequency; in LL_RCC_GetHRTIMClockFreq()