Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
Dsystem_internal.c48 DPORT_SET_PERI_REG_MASK(DPORT_PERIP_RST_EN_REG, in esp_system_reset_modules_on_exit()
51 DPORT_REG_WRITE(DPORT_PERIP_RST_EN_REG, 0); in esp_system_reset_modules_on_exit()
Dclk.c295 DPORT_SET_PERI_REG_MASK(DPORT_PERIP_RST_EN_REG, common_perip_clk); in esp_perip_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32/
Dsystem_internal.c46 DPORT_SET_PERI_REG_MASK(DPORT_PERIP_RST_EN_REG, in esp_system_reset_modules_on_exit()
51 DPORT_REG_WRITE(DPORT_PERIP_RST_EN_REG, 0); in esp_system_reset_modules_on_exit()
Dclk.c295 DPORT_SET_PERI_REG_MASK(DPORT_PERIP_RST_EN_REG, common_perip_clk); in esp_perip_clk_init()
/hal_espressif-latest/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-latest/components/hal/esp32s2/include/hal/
Dclk_gate_ll.h228 return DPORT_PERIP_RST_EN_REG; in periph_ll_get_rst_en_reg()
Duart_ll.h71 return DPORT_REG_GET_BIT(DPORT_PERIP_RST_EN_REG, uart_rst_bit) == 0 && in uart_ll_is_enabled()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dclk_gate_ll.h217 return DPORT_PERIP_RST_EN_REG; in periph_ll_get_rst_en_reg()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsystem_reg.h411 #define DPORT_PERIP_RST_EN_REG DPORT_PERIP_RST_EN0_REG macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_reg.h971 #define DPORT_PERIP_RST_EN_REG (DR_REG_DPORT_BASE + 0x0C4) macro