Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s2/
Dsystem_internal.c101 DPORT_SET_PERI_REG_MASK(DPORT_PERIP_RST_EN_REG, in esp_restart_noos()
103 DPORT_REG_WRITE(DPORT_PERIP_RST_EN_REG, 0); in esp_restart_noos()
Dclk.c299 DPORT_SET_PERI_REG_MASK(DPORT_PERIP_RST_EN_REG, common_perip_clk); in esp_perip_clk_init()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32/
Dsystem_internal.c121 DPORT_SET_PERI_REG_MASK(DPORT_PERIP_RST_EN_REG, in esp_restart_noos()
124 DPORT_REG_WRITE(DPORT_PERIP_RST_EN_REG, 0); in esp_restart_noos()
Dclk.c302 DPORT_SET_PERI_REG_MASK(DPORT_PERIP_RST_EN_REG, common_perip_clk); in esp_perip_clk_init()
/hal_espressif-3.6.0/components/bootloader_support/src/
Dbootloader_random_esp32.c111 DPORT_SET_PERI_REG_MASK(DPORT_PERIP_RST_EN_REG, DPORT_I2S0_RST); in bootloader_random_disable()
112 DPORT_CLEAR_PERI_REG_MASK(DPORT_PERIP_RST_EN_REG, DPORT_I2S0_RST); in bootloader_random_disable()
/hal_espressif-3.6.0/components/driver/test/dac_dma_test/
Dtest_esp32s2.c310 REG_CLR_BIT(DPORT_PERIP_RST_EN_REG, DPORT_SPI3_DMA_RST_M); in adc_dac_dma_linker_start()
311 REG_CLR_BIT(DPORT_PERIP_RST_EN_REG, DPORT_SPI3_RST_M); in adc_dac_dma_linker_start()
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dclk_gate_ll.h222 return DPORT_PERIP_RST_EN_REG; in periph_ll_get_rst_en_reg()
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dclk_gate_ll.h226 return DPORT_PERIP_RST_EN_REG; in periph_ll_get_rst_en_reg()
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsystem_reg.h419 #define DPORT_PERIP_RST_EN_REG DPORT_PERIP_RST_EN0_REG macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Ddport_reg.h982 #define DPORT_PERIP_RST_EN_REG (DR_REG_DPORT_BASE + 0x0C4) macro