Home
last modified time | relevance | path

Searched refs:DPORT_PERIP_RST_EN1_REG (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.4.0/components/esp_system/port/soc/esp32s2/
Dclk.c302 DPORT_SET_PERI_REG_MASK(DPORT_PERIP_RST_EN1_REG, common_perip_clk1); in esp_perip_clk_init()
306 DPORT_SET_PERI_REG_MASK(DPORT_PERIP_RST_EN1_REG, hwcrypto_perip_clk); in esp_perip_clk_init()
/hal_espressif-3.4.0/components/hal/esp32s2/include/hal/
Dclk_gate_ll.h224 return DPORT_PERIP_RST_EN1_REG; in periph_ll_get_rst_en_reg()
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Dsystem_reg.h608 #define DPORT_CPU_PERIP_RST_EN1_REG DPORT_PERIP_RST_EN1_REG
609 #define DPORT_PERIP_RST_EN1_REG (DR_REG_SYSTEM_BASE + 0x04C) macro