Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_rcc.c1833 uint32_t hspi_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetHSPIClockFreq() local
1838 hspi_frequency = RCC_GetSystemClockFreq(); in LL_RCC_GetHSPIClockFreq()
1846 hspi_frequency = RCC_PLL1_GetFreqDomain_48M(); in LL_RCC_GetHSPIClockFreq()
1856 hspi_frequency = RCC_PLL2_GetFreqDomain_48M(); in LL_RCC_GetHSPIClockFreq()
1866 hspi_frequency = RCC_PLL3_GetFreqDomain_HSPI_LTDC(); in LL_RCC_GetHSPIClockFreq()
1876 return hspi_frequency; in LL_RCC_GetHSPIClockFreq()