Home
last modified time | relevance | path

Searched refs:DPORT_CPUPERIOD_SEL (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.5.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.5.0/components/esp_hw_support/port/esp32s2/
Drtc_clk.c290 REG_SET_FIELD(DPORT_CPU_PER_CONF_REG, DPORT_CPUPERIOD_SEL, per_conf); in rtc_clk_cpu_freq_to_pll_mhz()
383 … uint32_t cpuperiod_sel = DPORT_REG_GET_FIELD(DPORT_CPU_PER_CONF_REG, DPORT_CPUPERIOD_SEL); in rtc_clk_cpu_freq_get_config()
/hal_espressif-3.5.0/components/soc/esp32s2/include/soc/
Dsystem_reg.h114 #define DPORT_CPUPERIOD_SEL 0x00000003 macro
/hal_espressif-3.5.0/components/soc/src/esp32/
Drtc_clk.c651 … uint32_t cpuperiod_sel = DPORT_REG_GET_FIELD(DPORT_CPU_PER_CONF_REG, DPORT_CPUPERIOD_SEL); in rtc_clk_cpu_freq_get_config()
/hal_espressif-3.5.0/components/esp_hw_support/port/esp32/
Drtc_clk.c686 … uint32_t cpuperiod_sel = DPORT_REG_GET_FIELD(DPORT_CPU_PER_CONF_REG, DPORT_CPUPERIOD_SEL); in rtc_clk_cpu_freq_get_config()
/hal_espressif-3.5.0/components/soc/esp32/include/soc/
Ddport_reg.h178 #define DPORT_CPUPERIOD_SEL 0x00000003 macro