Home
last modified time | relevance | path

Searched refs:pll_freq_sel (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dclk_tree_ll.h353 uint32_t pll_freq_sel = DPORT_REG_GET_FIELD(DPORT_CPU_PER_CONF_REG, DPORT_PLL_FREQ_SEL); in clk_ll_bbpll_get_freq_mhz() local
354 switch (pll_freq_sel) { in clk_ll_bbpll_get_freq_mhz()
572 uint32_t pll_freq_sel = DPORT_REG_GET_FIELD(DPORT_CPU_PER_CONF_REG, DPORT_PLL_FREQ_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.h201 uint32_t pll_freq_sel = REG_GET_FIELD(SYSTEM_CPU_PER_CONF_REG, SYSTEM_PLL_FREQ_SEL); in clk_ll_bbpll_get_freq_mhz() local
202 switch (pll_freq_sel) { in clk_ll_bbpll_get_freq_mhz()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dclk_tree_ll.h269 uint32_t pll_freq_sel = REG_GET_FIELD(SYSTEM_CPU_PER_CONF_REG, SYSTEM_PLL_FREQ_SEL); in clk_ll_bbpll_get_freq_mhz() local
270 switch (pll_freq_sel) { in clk_ll_bbpll_get_freq_mhz()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dclk_tree_ll.h267 uint32_t pll_freq_sel = REG_GET_FIELD(SYSTEM_CPU_PER_CONF_REG, SYSTEM_PLL_FREQ_SEL); in clk_ll_bbpll_get_freq_mhz() local
268 switch (pll_freq_sel) { in clk_ll_bbpll_get_freq_mhz()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsystem_struct.h288 uint32_t pll_freq_sel:1; member
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dpcr_struct.h1481 uint32_t pll_freq_sel:1; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dpcr_struct.h1555 uint32_t pll_freq_sel:1; member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsystem_struct.h55 uint32_t pll_freq_sel : 1; member