Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_rcc.c1549 uint32_t MDF1_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetMDF1ClockFreq() local
1558 MDF1_frequency = RCC_GetSystemClockFreq(); in LL_RCC_GetMDF1ClockFreq()
1566 MDF1_frequency = RCC_PLL1_GetFreqDomain_SAI(); in LL_RCC_GetMDF1ClockFreq()
1576 MDF1_frequency = RCC_PLL3_GetFreqDomain_48M(); in LL_RCC_GetMDF1ClockFreq()
1582 MDF1_frequency = EXTERNAL_SAI1_CLOCK_VALUE; in LL_RCC_GetMDF1ClockFreq()
1586 MDF1_frequency = __LL_RCC_CALC_MSIK_FREQ(LL_RCC_MSI_IsEnabledRangeSelect(), in LL_RCC_GetMDF1ClockFreq()
1597 return MDF1_frequency; in LL_RCC_GetMDF1ClockFreq()