Home
last modified time | relevance | path

Searched refs:SYSTEM_PERIP_RST_EN1_REG (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-latest/components/esp_system/port/soc/esp32c2/
Dsystem_internal.c45 SET_PERI_REG_MASK(SYSTEM_PERIP_RST_EN1_REG, SYSTEM_DMA_RST); in esp_system_reset_modules_on_exit()
46 REG_WRITE(SYSTEM_PERIP_RST_EN1_REG, 0); in esp_system_reset_modules_on_exit()
Dclk.c251 SET_PERI_REG_MASK(SYSTEM_PERIP_RST_EN1_REG, common_perip_clk1); in esp_perip_clk_init()
255 SET_PERI_REG_MASK(SYSTEM_PERIP_RST_EN1_REG, hwcrypto_perip_clk); in esp_perip_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/
Dsystem_internal.c53 SET_PERI_REG_MASK(SYSTEM_PERIP_RST_EN1_REG, SYSTEM_DMA_RST); in esp_system_reset_modules_on_exit()
54 REG_WRITE(SYSTEM_PERIP_RST_EN1_REG, 0); in esp_system_reset_modules_on_exit()
Dclk.c281 SET_PERI_REG_MASK(SYSTEM_PERIP_RST_EN1_REG, common_perip_clk1); in esp_perip_clk_init()
285 SET_PERI_REG_MASK(SYSTEM_PERIP_RST_EN1_REG, hwcrypto_perip_clk); in esp_perip_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
Dsystem_internal.c55 SET_PERI_REG_MASK(SYSTEM_PERIP_RST_EN1_REG, SYSTEM_DMA_RST); in esp_system_reset_modules_on_exit()
56 REG_WRITE(SYSTEM_PERIP_RST_EN1_REG, 0); in esp_system_reset_modules_on_exit()
Dclk.c304 SET_PERI_REG_MASK(SYSTEM_PERIP_RST_EN1_REG, common_perip_clk1); in esp_perip_clk_init()
308 SET_PERI_REG_MASK(SYSTEM_PERIP_RST_EN1_REG, hwcrypto_perip_clk); in esp_perip_clk_init()
313 CLEAR_PERI_REG_MASK(SYSTEM_PERIP_RST_EN1_REG, SYSTEM_PERI_BACKUP_RST); in esp_perip_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/
Dclk.c296 SET_PERI_REG_MASK(SYSTEM_PERIP_RST_EN1_REG, common_perip_clk1); in esp_perip_clk_init()
300 SET_PERI_REG_MASK(SYSTEM_PERIP_RST_EN1_REG, hwcrypto_perip_clk); in esp_perip_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/
Dclk.c292 SET_PERI_REG_MASK(SYSTEM_PERIP_RST_EN1_REG, common_perip_clk1); in esp_perip_clk_init()
296 SET_PERI_REG_MASK(SYSTEM_PERIP_RST_EN1_REG, hwcrypto_perip_clk); in esp_perip_clk_init()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dclk_gate_ll.h151 return SYSTEM_PERIP_RST_EN1_REG; in periph_ll_get_rst_en_reg()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dclk_gate_ll.h200 return SYSTEM_PERIP_RST_EN1_REG; in periph_ll_get_rst_en_reg()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dclk_gate_ll.h247 return SYSTEM_PERIP_RST_EN1_REG; in periph_ll_get_rst_en_reg()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsystem_reg.h297 #define SYSTEM_PERIP_RST_EN1_REG (DR_REG_SYSTEM_BASE + 0x1c) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsystem_reg.h534 #define SYSTEM_PERIP_RST_EN1_REG (DR_REG_SYSTEM_BASE + 0x01C) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsystem_reg.h569 #define SYSTEM_PERIP_RST_EN1_REG (DR_REG_SYSTEM_BASE + 0x24) macro