Home
last modified time | relevance | path

Searched refs:SYSTEM_CPU_PERI_RST_EN_REG (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/zephyr/esp32c2/src/
Dsoc_init.c57 REG_CLR_BIT(SYSTEM_CPU_PERI_RST_EN_REG, SYSTEM_RST_EN_ASSIST_DEBUG); in wdt_reset_cpu0_info_enable()
/hal_espressif-latest/zephyr/esp32c3/src/
Dsoc_init.c102 REG_CLR_BIT(SYSTEM_CPU_PERI_RST_EN_REG, SYSTEM_RST_EN_ASSIST_DEBUG); in wdt_reset_cpu0_info_enable()
/hal_espressif-latest/components/bootloader_support/src/esp32c2/
Dbootloader_esp32c2.c51 REG_CLR_BIT(SYSTEM_CPU_PERI_RST_EN_REG, SYSTEM_RST_EN_ASSIST_DEBUG); in wdt_reset_cpu0_info_enable()
/hal_espressif-latest/components/bootloader_support/src/esp32c3/
Dbootloader_esp32c3.c56 REG_CLR_BIT(SYSTEM_CPU_PERI_RST_EN_REG, SYSTEM_RST_EN_ASSIST_DEBUG); in wdt_reset_cpu0_info_enable()
/hal_espressif-latest/zephyr/esp32s3/src/
Dsoc_init.c101 REG_CLR_BIT(SYSTEM_CPU_PERI_RST_EN_REG, SYSTEM_RST_EN_ASSIST_DEBUG); in wdt_reset_cpu0_info_enable()
/hal_espressif-latest/components/bootloader_support/src/esp32s3/
Dbootloader_esp32s3.c52 REG_CLR_BIT(SYSTEM_CPU_PERI_RST_EN_REG, SYSTEM_RST_EN_ASSIST_DEBUG); in wdt_reset_cpu0_info_enable()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dclk_gate_ll.h230 return SYSTEM_CPU_PERI_RST_EN_REG; in periph_ll_get_rst_en_reg()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsystem_reg.h35 #define SYSTEM_CPU_PERI_RST_EN_REG (DR_REG_SYSTEM_BASE + 0x4) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsystem_reg.h36 #define SYSTEM_CPU_PERI_RST_EN_REG (DR_REG_SYSTEM_BASE + 0x004) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsystem_reg.h65 #define SYSTEM_CPU_PERI_RST_EN_REG (DR_REG_SYSTEM_BASE + 0xC) macro