Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dsystem_reg.h23 #define SYSTEM_CPU_PERI_CLK_EN_REG (DR_REG_SYSTEM_BASE + 0x000) macro
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dclk_gate_ll.h199 return SYSTEM_CPU_PERI_CLK_EN_REG; in periph_ll_get_clk_en_reg()
/hal_espressif-3.6.0/components/bootloader_support/src/esp32h2/
Dbootloader_esp32h2.c221 REG_SET_BIT(SYSTEM_CPU_PERI_CLK_EN_REG, SYSTEM_CLK_EN_ASSIST_DEBUG); in wdt_reset_cpu0_info_enable()
/hal_espressif-3.6.0/components/bootloader_support/src/esp32c3/
Dbootloader_esp32c3.c222 REG_SET_BIT(SYSTEM_CPU_PERI_CLK_EN_REG, SYSTEM_CLK_EN_ASSIST_DEBUG); in wdt_reset_cpu0_info_enable()
/hal_espressif-3.6.0/zephyr/esp32s3/src/boot/
Dbootloader_init.c154 REG_SET_BIT(SYSTEM_CPU_PERI_CLK_EN_REG, SYSTEM_CLK_EN_ASSIST_DEBUG); in wdt_reset_cpu0_info_enable()
/hal_espressif-3.6.0/components/bootloader_support/src/esp32s3/
Dbootloader_esp32s3.c241 REG_SET_BIT(SYSTEM_CPU_PERI_CLK_EN_REG, SYSTEM_CLK_EN_ASSIST_DEBUG); in wdt_reset_cpu0_info_enable()
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dsystem_reg.h22 #define SYSTEM_CPU_PERI_CLK_EN_REG (DR_REG_SYSTEM_BASE + 0x000) macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsystem_reg.h51 #define SYSTEM_CPU_PERI_CLK_EN_REG (DR_REG_SYSTEM_BASE + 0x8) macro