Home
last modified time | relevance | path

Searched refs:SYSTEM_PERIP_RST_EN0_REG (Results 1 – 23 of 23) sorted by relevance

/hal_espressif-latest/components/esp_system/port/soc/esp32c2/
Dsystem_internal.c41 SET_PERI_REG_MASK(SYSTEM_PERIP_RST_EN0_REG, in esp_system_reset_modules_on_exit()
43 REG_WRITE(SYSTEM_PERIP_RST_EN0_REG, 0); in esp_system_reset_modules_on_exit()
Dclk.c248 SET_PERI_REG_MASK(SYSTEM_PERIP_RST_EN0_REG, common_perip_clk); in esp_perip_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/
Dsystem_internal.c49 SET_PERI_REG_MASK(SYSTEM_PERIP_RST_EN0_REG, in esp_system_reset_modules_on_exit()
51 REG_WRITE(SYSTEM_PERIP_RST_EN0_REG, 0); in esp_system_reset_modules_on_exit()
Dclk.c278 SET_PERI_REG_MASK(SYSTEM_PERIP_RST_EN0_REG, common_perip_clk); in esp_perip_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
Dsystem_internal.c49 SET_PERI_REG_MASK(SYSTEM_PERIP_RST_EN0_REG, in esp_system_reset_modules_on_exit()
52 REG_WRITE(SYSTEM_PERIP_RST_EN0_REG, 0); in esp_system_reset_modules_on_exit()
Dclk.c301 SET_PERI_REG_MASK(SYSTEM_PERIP_RST_EN0_REG, common_perip_clk); in esp_perip_clk_init()
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_random_esp32c2.c30 CLEAR_PERI_REG_MASK(SYSTEM_PERIP_RST_EN0_REG, SYSTEM_APB_SARADC_RST_M); in bootloader_random_enable()
Dbootloader_random_esp32c3.c30 CLEAR_PERI_REG_MASK(SYSTEM_PERIP_RST_EN0_REG, SYSTEM_APB_SARADC_RST_M); in bootloader_random_enable()
Dbootloader_random_esp32s3.c96 SET_PERI_REG_MASK(SYSTEM_PERIP_RST_EN0_REG, SYSTEM_APB_SARADC_RST); in bootloader_random_disable()
/hal_espressif-latest/zephyr/esp32c2/src/
Dsoc_random.c30 CLEAR_PERI_REG_MASK(SYSTEM_PERIP_RST_EN0_REG, SYSTEM_APB_SARADC_RST_M); in soc_random_enable()
/hal_espressif-latest/zephyr/esp32c3/src/
Dsoc_random.c30 CLEAR_PERI_REG_MASK(SYSTEM_PERIP_RST_EN0_REG, SYSTEM_APB_SARADC_RST_M); in soc_random_enable()
/hal_espressif-latest/zephyr/esp32s3/src/
Dsoc_random.c104 SET_PERI_REG_MASK(SYSTEM_PERIP_RST_EN0_REG, SYSTEM_APB_SARADC_RST); in soc_random_disable()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dclk_gate_ll.h153 return SYSTEM_PERIP_RST_EN0_REG; in periph_ll_get_rst_en_reg()
Duart_ll.h74 return DPORT_REG_GET_BIT(SYSTEM_PERIP_RST_EN0_REG, uart_rst_bit) == 0 && in uart_ll_is_enabled()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dclk_gate_ll.h202 return SYSTEM_PERIP_RST_EN0_REG; in periph_ll_get_rst_en_reg()
Duart_ll.h75 return DPORT_REG_GET_BIT(SYSTEM_PERIP_RST_EN0_REG, uart_rst_bit) == 0 && in uart_ll_is_enabled()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dclk_gate_ll.h249 return SYSTEM_PERIP_RST_EN0_REG; in periph_ll_get_rst_en_reg()
Duart_ll.h77 return DPORT_REG_GET_BIT(SYSTEM_PERIP_RST_EN0_REG, uart_rst_bit) == 0 && in uart_ll_is_enabled()
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/
Dclk.c293 SET_PERI_REG_MASK(SYSTEM_PERIP_RST_EN0_REG, common_perip_clk); in esp_perip_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/
Dclk.c289 SET_PERI_REG_MASK(SYSTEM_PERIP_RST_EN0_REG, common_perip_clk); in esp_perip_clk_init()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsystem_reg.h215 #define SYSTEM_PERIP_RST_EN0_REG (DR_REG_SYSTEM_BASE + 0x18) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsystem_reg.h340 #define SYSTEM_PERIP_RST_EN0_REG (DR_REG_SYSTEM_BASE + 0x018) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsystem_reg.h375 #define SYSTEM_PERIP_RST_EN0_REG (DR_REG_SYSTEM_BASE + 0x20) macro