Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/port/soc/esp32c3/
Dsystem_internal.c38 SET_PERI_REG_MASK(SYSTEM_CORE_RST_EN_REG, in esp_system_reset_modules_on_exit()
42 REG_WRITE(SYSTEM_CORE_RST_EN_REG, 0); in esp_system_reset_modules_on_exit()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dclk_gate_ll.h237 return SYSTEM_CORE_RST_EN_REG; in periph_ll_get_rst_en_reg()
290 DPORT_CLEAR_PERI_REG_MASK(SYSTEM_CORE_RST_EN_REG, 0); in periph_ll_wifi_module_enable_clk_clear_rst()
296 DPORT_SET_PERI_REG_MASK(SYSTEM_CORE_RST_EN_REG, 0); in periph_ll_wifi_module_disable_clk_set_rst()
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
Dsystem_internal.c42 SET_PERI_REG_MASK(SYSTEM_CORE_RST_EN_REG, in esp_system_reset_modules_on_exit()
46 REG_WRITE(SYSTEM_CORE_RST_EN_REG, 0); in esp_system_reset_modules_on_exit()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dclk_gate_ll.h194 DPORT_CLEAR_PERI_REG_MASK(SYSTEM_CORE_RST_EN_REG, 0); in periph_ll_wifi_module_enable_clk_clear_rst()
200 DPORT_SET_PERI_REG_MASK(SYSTEM_CORE_RST_EN_REG, 0); in periph_ll_wifi_module_disable_clk_set_rst()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dclk_gate_ll.h243 DPORT_CLEAR_PERI_REG_MASK(SYSTEM_CORE_RST_EN_REG, 0); in periph_ll_wifi_module_enable_clk_clear_rst()
249 DPORT_SET_PERI_REG_MASK(SYSTEM_CORE_RST_EN_REG, 0); in periph_ll_wifi_module_disable_clk_set_rst()
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/
Dsystem_internal.c38 REG_WRITE(SYSTEM_CORE_RST_EN_REG, 0); in esp_system_reset_modules_on_exit()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsyscon_reg.h195 #define SYSTEM_CORE_RST_EN_REG SYSTEM_WIFI_RST_EN_REG macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsyscon_reg.h194 #define SYSTEM_CORE_RST_EN_REG SYSTEM_WIFI_RST_EN_REG macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsyscon_reg.h194 #define SYSTEM_CORE_RST_EN_REG SYSTEM_WIFI_RST_EN_REG macro
/hal_espressif-latest/components/bt/controller/esp32c2/
Dbt.c489 DPORT_SET_PERI_REG_MASK(SYSTEM_CORE_RST_EN_REG, BLE_RPA_REST_BIT); in esp_reset_rpa_moudle()
490 DPORT_CLEAR_PERI_REG_MASK(SYSTEM_CORE_RST_EN_REG, BLE_RPA_REST_BIT); in esp_reset_rpa_moudle()