Home
last modified time | relevance | path

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

/hal_espressif-latest/zephyr/esp32s2/src/
Dsoc_init.c26 DPORT_REG_CLR_BIT(DPORT_PERI_RST_EN_REG, DPORT_PERI_EN_ASSIST_DEBUG); in wdt_reset_cpu0_info_enable()
/hal_espressif-latest/components/bootloader_support/src/esp32s2/
Dbootloader_esp32s2.c50 DPORT_REG_CLR_BIT(DPORT_PERI_RST_EN_REG, DPORT_PERI_EN_ASSIST_DEBUG); in wdt_reset_cpu0_info_enable()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dclk_gate_ll.h205 return DPORT_PERI_RST_EN_REG; in periph_ll_get_rst_en_reg()
/hal_espressif-latest/components/esp_system/port/soc/esp32/
Dclk.c299 DPORT_SET_PERI_REG_MASK(DPORT_PERI_RST_EN_REG, hwcrypto_perip_clk); in esp_perip_clk_init()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsystem_reg.h70 #define DPORT_PERI_RST_EN_REG DPORT_CPU_PERI_RST_EN_REG macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_reg.h89 #define DPORT_PERI_RST_EN_REG (DR_REG_DPORT_BASE + 0x020) macro