Searched refs:SYSTEM_PERIP_RST_EN1_REG (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/ |
D | system_internal.c | 45 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()
|
D | clk.c | 251 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/ |
D | system_internal.c | 53 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()
|
D | clk.c | 281 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/ |
D | system_internal.c | 55 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()
|
D | clk.c | 304 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/ |
D | clk.c | 296 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/ |
D | clk.c | 292 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/ |
D | clk_gate_ll.h | 151 return SYSTEM_PERIP_RST_EN1_REG; in periph_ll_get_rst_en_reg()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | clk_gate_ll.h | 200 return SYSTEM_PERIP_RST_EN1_REG; in periph_ll_get_rst_en_reg()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | clk_gate_ll.h | 247 return SYSTEM_PERIP_RST_EN1_REG; in periph_ll_get_rst_en_reg()
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | system_reg.h | 297 #define SYSTEM_PERIP_RST_EN1_REG (DR_REG_SYSTEM_BASE + 0x1c) macro
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | system_reg.h | 534 #define SYSTEM_PERIP_RST_EN1_REG (DR_REG_SYSTEM_BASE + 0x01C) macro
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | system_reg.h | 569 #define SYSTEM_PERIP_RST_EN1_REG (DR_REG_SYSTEM_BASE + 0x24) macro
|