Home
last modified time | relevance | path

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

/hal_espressif-latest/zephyr/esp32s2/src/
Dsoc_init.c25 DPORT_REG_SET_BIT(DPORT_PERI_CLK_EN_REG, DPORT_PERI_EN_ASSIST_DEBUG); in wdt_reset_cpu0_info_enable()
/hal_espressif-latest/components/esp_system/port/soc/esp32/
Dclk.c225 hwcrypto_perip_clk = ~DPORT_READ_PERI_REG(DPORT_PERI_CLK_EN_REG); in esp_perip_clk_init()
298 DPORT_CLEAR_PERI_REG_MASK(DPORT_PERI_CLK_EN_REG, hwcrypto_perip_clk); in esp_perip_clk_init()
/hal_espressif-latest/components/bootloader_support/src/esp32s2/
Dbootloader_esp32s2.c49 DPORT_REG_SET_BIT(DPORT_PERI_CLK_EN_REG, DPORT_PERI_EN_ASSIST_DEBUG); in wdt_reset_cpu0_info_enable()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dclk_gate_ll.h183 return DPORT_PERI_CLK_EN_REG; in periph_ll_get_clk_en_reg()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsystem_reg.h52 #define DPORT_PERI_CLK_EN_REG DPORT_CPU_PERI_CLK_EN_REG macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_reg.h81 #define DPORT_PERI_CLK_EN_REG (DR_REG_DPORT_BASE + 0x01C) macro