Searched refs:SYSTEM_PERIP_RST_EN0_REG (Results 1 – 23 of 23) sorted by relevance
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/ |
D | system_internal.c | 41 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()
|
D | clk.c | 248 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/ |
D | system_internal.c | 49 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()
|
D | clk.c | 278 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/ |
D | system_internal.c | 49 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()
|
D | clk.c | 301 SET_PERI_REG_MASK(SYSTEM_PERIP_RST_EN0_REG, common_perip_clk); in esp_perip_clk_init()
|
/hal_espressif-latest/components/bootloader_support/src/ |
D | bootloader_random_esp32c2.c | 30 CLEAR_PERI_REG_MASK(SYSTEM_PERIP_RST_EN0_REG, SYSTEM_APB_SARADC_RST_M); in bootloader_random_enable()
|
D | bootloader_random_esp32c3.c | 30 CLEAR_PERI_REG_MASK(SYSTEM_PERIP_RST_EN0_REG, SYSTEM_APB_SARADC_RST_M); in bootloader_random_enable()
|
D | bootloader_random_esp32s3.c | 96 SET_PERI_REG_MASK(SYSTEM_PERIP_RST_EN0_REG, SYSTEM_APB_SARADC_RST); in bootloader_random_disable()
|
/hal_espressif-latest/zephyr/esp32c2/src/ |
D | soc_random.c | 30 CLEAR_PERI_REG_MASK(SYSTEM_PERIP_RST_EN0_REG, SYSTEM_APB_SARADC_RST_M); in soc_random_enable()
|
/hal_espressif-latest/zephyr/esp32c3/src/ |
D | soc_random.c | 30 CLEAR_PERI_REG_MASK(SYSTEM_PERIP_RST_EN0_REG, SYSTEM_APB_SARADC_RST_M); in soc_random_enable()
|
/hal_espressif-latest/zephyr/esp32s3/src/ |
D | soc_random.c | 104 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/ |
D | clk_gate_ll.h | 153 return SYSTEM_PERIP_RST_EN0_REG; in periph_ll_get_rst_en_reg()
|
D | uart_ll.h | 74 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/ |
D | clk_gate_ll.h | 202 return SYSTEM_PERIP_RST_EN0_REG; in periph_ll_get_rst_en_reg()
|
D | uart_ll.h | 75 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/ |
D | clk_gate_ll.h | 249 return SYSTEM_PERIP_RST_EN0_REG; in periph_ll_get_rst_en_reg()
|
D | uart_ll.h | 77 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/ |
D | clk.c | 293 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/ |
D | clk.c | 289 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/ |
D | system_reg.h | 215 #define SYSTEM_PERIP_RST_EN0_REG (DR_REG_SYSTEM_BASE + 0x18) macro
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | system_reg.h | 340 #define SYSTEM_PERIP_RST_EN0_REG (DR_REG_SYSTEM_BASE + 0x018) macro
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | system_reg.h | 375 #define SYSTEM_PERIP_RST_EN0_REG (DR_REG_SYSTEM_BASE + 0x20) macro
|