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/ |
D | system_internal.c | 101 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()
|
D | clk.c | 299 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/ |
D | system_internal.c | 121 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()
|
D | clk.c | 302 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/ |
D | bootloader_random_esp32.c | 111 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/ |
D | test_esp32s2.c | 310 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/ |
D | clk_gate_ll.h | 222 return DPORT_PERIP_RST_EN_REG; in periph_ll_get_rst_en_reg()
|
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/ |
D | clk_gate_ll.h | 226 return DPORT_PERIP_RST_EN_REG; in periph_ll_get_rst_en_reg()
|
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/ |
D | system_reg.h | 419 #define DPORT_PERIP_RST_EN_REG DPORT_PERIP_RST_EN0_REG macro
|
/hal_espressif-3.6.0/components/soc/esp32/include/soc/ |
D | dport_reg.h | 982 #define DPORT_PERIP_RST_EN_REG (DR_REG_DPORT_BASE + 0x0C4) macro
|