Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s2/
Drtc_clk.c291 REG_SET_FIELD(DPORT_SYSCLK_CONF_REG, DPORT_PRE_DIV_CNT, 0); in rtc_clk_cpu_freq_to_pll_mhz()
376 div = REG_GET_FIELD(DPORT_SYSCLK_CONF_REG, DPORT_PRE_DIV_CNT) + 1; in rtc_clk_cpu_freq_get_config()
447 REG_SET_FIELD(DPORT_SYSCLK_CONF_REG, DPORT_PRE_DIV_CNT, 0); in rtc_clk_cpu_freq_to_xtal()
448 REG_SET_FIELD(DPORT_SYSCLK_CONF_REG, DPORT_PRE_DIV_CNT, div - 1); in rtc_clk_cpu_freq_to_xtal()
465 REG_SET_FIELD(DPORT_SYSCLK_CONF_REG, DPORT_PRE_DIV_CNT, 0); in rtc_clk_cpu_freq_to_8m()
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsystem_reg.h895 #define DPORT_PRE_DIV_CNT 0x000003FF macro