Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dclk_tree_ll.h506 REG_SET_FIELD(DPORT_CPU_PER_CONF_REG, DPORT_CPUPERIOD_SEL, 0); in clk_ll_cpu_set_freq_mhz_from_pll()
509 REG_SET_FIELD(DPORT_CPU_PER_CONF_REG, DPORT_CPUPERIOD_SEL, 1); in clk_ll_cpu_set_freq_mhz_from_pll()
512 REG_SET_FIELD(DPORT_CPU_PER_CONF_REG, DPORT_CPUPERIOD_SEL, 2); in clk_ll_cpu_set_freq_mhz_from_pll()
527 uint32_t cpu_freq_sel = DPORT_REG_GET_FIELD(DPORT_CPU_PER_CONF_REG, DPORT_CPUPERIOD_SEL); in clk_ll_cpu_get_freq_mhz_from_pll()
573 uint32_t cpu_freq_sel = DPORT_REG_GET_FIELD(DPORT_CPU_PER_CONF_REG, DPORT_CPUPERIOD_SEL); in clk_ll_cpu_get_divider_from_apll()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dclk_tree_ll.h402 uint32_t cpu_freq_sel = DPORT_REG_GET_FIELD(DPORT_CPU_PER_CONF_REG, DPORT_CPUPERIOD_SEL); in clk_ll_bbpll_get_freq_mhz()
605 uint32_t cpu_freq_sel = DPORT_REG_GET_FIELD(DPORT_CPU_PER_CONF_REG, DPORT_CPUPERIOD_SEL); in clk_ll_cpu_get_freq_mhz_from_pll()
648 uint32_t cpu_freq_sel = DPORT_REG_GET_FIELD(DPORT_CPU_PER_CONF_REG, DPORT_CPUPERIOD_SEL); in clk_ll_cpu_get_divider_from_apll()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsystem_reg.h106 #define DPORT_CPUPERIOD_SEL 0x00000003 macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_reg.h170 #define DPORT_CPUPERIOD_SEL 0x00000003 macro