Searched refs:DPORT_CPUPERIOD_SEL (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | clk_tree_ll.h | 506 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/ |
D | clk_tree_ll.h | 402 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/ |
D | system_reg.h | 106 #define DPORT_CPUPERIOD_SEL 0x00000003 macro
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | dport_reg.h | 170 #define DPORT_CPUPERIOD_SEL 0x00000003 macro
|