Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/hal/esp32/include/hal/
Dclk_gate_ll.h210 return DPORT_PERI_RST_EN_REG; in periph_ll_get_rst_en_reg()
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32/
Dclk.c306 DPORT_SET_PERI_REG_MASK(DPORT_PERI_RST_EN_REG, hwcrypto_perip_clk); in esp_perip_clk_init()
/hal_espressif-3.4.0/components/bootloader_support/src/esp32s2/
Dbootloader_esp32s2.c217 DPORT_REG_CLR_BIT(DPORT_PERI_RST_EN_REG, DPORT_PERI_EN_ASSIST_DEBUG); in wdt_reset_cpu0_info_enable()
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Dsystem_reg.h78 #define DPORT_PERI_RST_EN_REG DPORT_CPU_PERI_RST_EN_REG macro
/hal_espressif-3.4.0/components/soc/esp32/include/soc/
Ddport_reg.h97 #define DPORT_PERI_RST_EN_REG (DR_REG_DPORT_BASE + 0x020) macro