Home
last modified time | relevance | path

Searched refs:SYSTEM_CPU_PER_CONF_REG (Results 1 – 13 of 13) sorted by relevance

/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()
289 REG_SET_FIELD(SYSTEM_CPU_PER_CONF_REG, SYSTEM_PLL_FREQ_SEL, 0); in clk_ll_bbpll_set_freq_mhz()
292 REG_SET_FIELD(SYSTEM_CPU_PER_CONF_REG, SYSTEM_PLL_FREQ_SEL, 1); in clk_ll_bbpll_set_freq_mhz()
438 REG_SET_FIELD(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPUPERIOD_SEL, 0); in clk_ll_cpu_set_freq_mhz_from_pll()
441 REG_SET_FIELD(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPUPERIOD_SEL, 1); in clk_ll_cpu_set_freq_mhz_from_pll()
444 REG_SET_FIELD(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPUPERIOD_SEL, 2); in clk_ll_cpu_set_freq_mhz_from_pll()
459 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()
700 SET_PERI_REG_MASK(SYSTEM_CPU_PER_CONF_REG, SYSTEM_PLL_FREQ_SEL); in clk_ll_bbpll_set_frequency_for_mspi_tuning()
/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()
287 REG_SET_FIELD(SYSTEM_CPU_PER_CONF_REG, SYSTEM_PLL_FREQ_SEL, 0); in clk_ll_bbpll_set_freq_mhz()
290 REG_SET_FIELD(SYSTEM_CPU_PER_CONF_REG, SYSTEM_PLL_FREQ_SEL, 1); in clk_ll_bbpll_set_freq_mhz()
444 REG_SET_FIELD(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPUPERIOD_SEL, 0); in clk_ll_cpu_set_freq_mhz_from_pll()
447 REG_SET_FIELD(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPUPERIOD_SEL, 1); in clk_ll_cpu_set_freq_mhz_from_pll()
462 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()
/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()
220 REG_SET_FIELD(SYSTEM_CPU_PER_CONF_REG, SYSTEM_PLL_FREQ_SEL, 1); in clk_ll_bbpll_set_freq_mhz()
336 REG_SET_FIELD(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPUPERIOD_SEL, 0); in clk_ll_cpu_set_freq_mhz_from_pll()
339 REG_SET_FIELD(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPUPERIOD_SEL, 1); in clk_ll_cpu_set_freq_mhz_from_pll()
354 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()
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_flasher.c82 cpu_per_conf_reg = READ_REG(SYSTEM_CPU_PER_CONF_REG); in set_max_cpu_freq()
86 …WRITE_REG(SYSTEM_CPU_PER_CONF_REG, (cpu_per_conf_reg & ~SYSTEM_CPUPERIOD_SEL_M) | (SYSTEM_CPUPERIO… in set_max_cpu_freq()
103 …WRITE_REG(SYSTEM_CPU_PER_CONF_REG, (READ_REG(SYSTEM_CPU_PER_CONF_REG) & ~SYSTEM_CPUPERIOD_SEL_M) |… in reset_cpu_freq()
/hal_espressif-latest/components/esp_hw_support/
Dcpu.c17 #define SYSTEM_CPU_PER_CONF_REG PCR_CPU_WAITI_CONF_REG macro
114 …if (esp_cpu_dbgr_is_attached() && DPORT_REG_GET_BIT(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPU_WAIT_MODE_… in esp_cpu_wait_for_intr()
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/
Drtc_init.c114 CLEAR_PERI_REG_MASK(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPU_WAIT_MODE_FORCE_ON); in rtc_init()
116 SET_PERI_REG_MASK(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPU_WAIT_MODE_FORCE_ON); in rtc_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Drtc_init.c148 CLEAR_PERI_REG_MASK(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPU_WAIT_MODE_FORCE_ON); in rtc_init()
150 SET_PERI_REG_MASK(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPU_WAIT_MODE_FORCE_ON); in rtc_init()
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dsoc_support.h432 #define SYSTEM_CPU_PER_CONF_REG (SYSTEM_BASE_REG + 0x008) macro
446 #define SYSTEM_CPU_PER_CONF_REG (SYSTEM_BASE_REG + 0x018) macro
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Drtc_init.c193 CLEAR_PERI_REG_MASK(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPU_WAIT_MODE_FORCE_ON); in rtc_init()
195 SET_PERI_REG_MASK(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPU_WAIT_MODE_FORCE_ON); in rtc_init()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsystem_reg.h54 #define SYSTEM_CPU_PER_CONF_REG (DR_REG_SYSTEM_BASE + 0x8) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsystem_reg.h50 #define SYSTEM_CPU_PER_CONF_REG (DR_REG_SYSTEM_BASE + 0x008) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsystem_reg.h79 #define SYSTEM_CPU_PER_CONF_REG (DR_REG_SYSTEM_BASE + 0x10) macro
/hal_espressif-latest/tools/esptool_py/test/
Dtest_esptool.py684 SYSTEM_CPU_PER_CONF_REG = SYSTEM_BASE_REG + 0x008
708 SYSTEM_CPU_PER_CONF_REG,