Searched refs:ospi_frequency (Results 1 – 1 of 1) sorted by relevance
1593 uint32_t ospi_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetOSPIClockFreq() local1599 …ospi_frequency = RCC_GetHCLKClockFreq(LL_RCC_CALC_SYSCLK_FREQ(RCC_GetSystemClockFreq(), LL_RCC_Get… in LL_RCC_GetOSPIClockFreq()1606 ospi_frequency = PLL_Clocks.PLL_Q_Frequency; in LL_RCC_GetOSPIClockFreq()1614 ospi_frequency = PLL_Clocks.PLL_R_Frequency; in LL_RCC_GetOSPIClockFreq()1619 ospi_frequency = LL_RCC_GetCLKPClockFreq(LL_RCC_CLKP_CLKSOURCE); in LL_RCC_GetOSPIClockFreq()1627 return ospi_frequency; in LL_RCC_GetOSPIClockFreq()