Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s3/
Drtc_clk_common.h17 #define DPORT_CPUPERIOD_SEL_240 2 macro
Drtc_clk.c305 per_conf = DPORT_CPUPERIOD_SEL_240; in rtc_clk_cpu_freq_to_pll_mhz()
415 } else if (cpuperiod_sel == DPORT_CPUPERIOD_SEL_240) { in rtc_clk_cpu_freq_get_config()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s2/
Drtc_clk_common.h14 #define DPORT_CPUPERIOD_SEL_240 2 macro
Drtc_clk.c285 per_conf = DPORT_CPUPERIOD_SEL_240; in rtc_clk_cpu_freq_to_pll_mhz()
393 } else if (cpuperiod_sel == DPORT_CPUPERIOD_SEL_240) { in rtc_clk_cpu_freq_get_config()
/hal_espressif-3.6.0/components/bootloader_support/src/
Dbootloader_clock_init.c37 … DPORT_REG_GET_FIELD(DPORT_CPU_PER_CONF_REG, DPORT_CPUPERIOD_SEL) == DPORT_CPUPERIOD_SEL_240) { in bootloader_clock_configure()
/hal_espressif-3.6.0/components/soc/src/esp32/
Drtc_clk.c490 per_conf = DPORT_CPUPERIOD_SEL_240; in rtc_clk_cpu_freq_to_pll_mhz()
660 } else if (cpuperiod_sel == DPORT_CPUPERIOD_SEL_240) { in rtc_clk_cpu_freq_get_config()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/
Drtc_clk.c525 per_conf = DPORT_CPUPERIOD_SEL_240; in rtc_clk_cpu_freq_to_pll_mhz()
695 } else if (cpuperiod_sel == DPORT_CPUPERIOD_SEL_240) { in rtc_clk_cpu_freq_get_config()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Ddport_reg.h184 #define DPORT_CPUPERIOD_SEL_240 2 macro