Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/
Dmspi_timing_tuning.c183 …for (int pll_mhz_tuning = MSPI_TIMING_PLL_FREQ_SCAN_RANGE_MHZ_MIN; pll_mhz_tuning <= MSPI_TIMING_P… in get_working_pll_freq() local
190 …clk_ll_bbpll_set_frequency_for_mspi_tuning(xtal_freq, pll_mhz_tuning, ((pll_mhz_tuning / 4) - 4), … in get_working_pll_freq()
206 max_freq = MAX(pll_mhz_tuning, max_freq); in get_working_pll_freq()
207 min_freq = MIN(pll_mhz_tuning, min_freq); in get_working_pll_freq()