Searched refs:rtc_clk_apll_coeff_calc (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/ |
D | clk_ctrl_os.c | 103 uint32_t apll_freq = rtc_clk_apll_coeff_calc(expt_freq, &o_div, &sdm0, &sdm1, &sdm2); in periph_rtc_apll_freq_set()
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | rtc.h | 256 uint32_t rtc_clk_apll_coeff_calc(uint32_t freq, uint32_t *_o_div, uint32_t *_sdm0, uint32_t *_sdm1,…
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/ |
D | rtc_clk.c | 102 uint32_t rtc_clk_apll_coeff_calc(uint32_t freq, uint32_t *_o_div, uint32_t *_sdm0, uint32_t *_sdm1,… in rtc_clk_apll_coeff_calc() function
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | rtc.h | 342 uint32_t rtc_clk_apll_coeff_calc(uint32_t freq, uint32_t *_o_div, uint32_t *_sdm0, uint32_t *_sdm1,…
|
/hal_espressif-latest/components/esp_hw_support/port/esp32/ |
D | rtc_clk.c | 200 uint32_t rtc_clk_apll_coeff_calc(uint32_t freq, uint32_t *_o_div, uint32_t *_sdm0, uint32_t *_sdm1,… in rtc_clk_apll_coeff_calc() function
|