Home
last modified time | relevance | path

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

/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() local
403 switch (cpu_freq_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() local
606 switch (cpu_freq_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() local
649 switch (cpu_freq_sel) { in clk_ll_cpu_get_divider_from_apll()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dclk_tree_ll.h527 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() local
528 switch (cpu_freq_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() local
574 if (pll_freq_sel == 0 && cpu_freq_sel == 0) { in clk_ll_cpu_get_divider_from_apll()
576 } else if (pll_freq_sel == 0 && cpu_freq_sel == 1) { in clk_ll_cpu_get_divider_from_apll()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dclk_tree_ll.h354 uint32_t cpu_freq_sel = REG_GET_FIELD(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPUPERIOD_SEL); in clk_ll_cpu_get_freq_mhz_from_pll() local
355 switch (cpu_freq_sel) { in clk_ll_cpu_get_freq_mhz_from_pll()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dclk_tree_ll.h459 uint32_t cpu_freq_sel = REG_GET_FIELD(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPUPERIOD_SEL); in clk_ll_cpu_get_freq_mhz_from_pll() local
460 switch (cpu_freq_sel) { in clk_ll_cpu_get_freq_mhz_from_pll()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dclk_tree_ll.h462 uint32_t cpu_freq_sel = REG_GET_FIELD(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPUPERIOD_SEL); in clk_ll_cpu_get_freq_mhz_from_pll() local
463 switch (cpu_freq_sel) { in clk_ll_cpu_get_freq_mhz_from_pll()