Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/
Dclk_ctrl_os.c103 uint32_t apll_freq = rtc_clk_apll_coeff_calc(expt_freq, &o_div, &sdm0, &sdm1, &sdm2); in periph_rtc_apll_freq_set() local
105 ESP_RETURN_ON_FALSE(apll_freq, ESP_ERR_INVALID_ARG, TAG, "APLL coefficients calculate failed"); in periph_rtc_apll_freq_set()
111 s_cur_apll_freq = apll_freq; in periph_rtc_apll_freq_set()
113 apll_freq = s_cur_apll_freq; in periph_rtc_apll_freq_set()
117 *real_freq = apll_freq; in periph_rtc_apll_freq_set()
121 apll_freq, sdm0, sdm1, sdm2, o_div); in periph_rtc_apll_freq_set()