Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dclk_tree_ll.h458 REG_SET_FIELD(DPORT_SYSCLK_CONF_REG, DPORT_SOC_CLK_SEL, 0); in clk_ll_cpu_set_src()
461 REG_SET_FIELD(DPORT_SYSCLK_CONF_REG, DPORT_SOC_CLK_SEL, 1); in clk_ll_cpu_set_src()
464 REG_SET_FIELD(DPORT_SYSCLK_CONF_REG, DPORT_SOC_CLK_SEL, 2); in clk_ll_cpu_set_src()
467 REG_SET_FIELD(DPORT_SYSCLK_CONF_REG, DPORT_SOC_CLK_SEL, 3); in clk_ll_cpu_set_src()
482 uint32_t clk_sel = REG_GET_FIELD(DPORT_SYSCLK_CONF_REG, DPORT_SOC_CLK_SEL); in clk_ll_cpu_get_src()
551 REG_SET_FIELD(DPORT_SYSCLK_CONF_REG, DPORT_PRE_DIV_CNT, divider - 1); in clk_ll_cpu_set_divider()
561 return REG_GET_FIELD(DPORT_SYSCLK_CONF_REG, DPORT_PRE_DIV_CNT) + 1; in clk_ll_cpu_get_divider()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsystem_reg.h862 #define DPORT_SYSCLK_CONF_REG (DR_REG_SYSTEM_BASE + 0x08C) macro