Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dclk_gate_ll.h220 return DPORT_CORE_RST_EN_REG; in periph_ll_get_rst_en_reg()
241 DPORT_CLEAR_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, 0); in periph_ll_wifi_bt_module_enable_clk_clear_rst()
247 DPORT_SET_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, 0); in periph_ll_wifi_bt_module_disable_clk_set_rst()
265 DPORT_CLEAR_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, 0); in periph_ll_wifi_module_enable_clk_clear_rst()
271 DPORT_SET_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, 0); in periph_ll_wifi_module_disable_clk_set_rst()
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dclk_gate_ll.h217 return DPORT_CORE_RST_EN_REG; in periph_ll_get_rst_en_reg()
245 DPORT_CLEAR_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, 0); in periph_ll_wifi_bt_module_enable_clk_clear_rst()
251 DPORT_SET_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, 0); in periph_ll_wifi_bt_module_disable_clk_set_rst()
269 DPORT_CLEAR_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, 0); in periph_ll_wifi_module_enable_clk_clear_rst()
275 DPORT_SET_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, 0); in periph_ll_wifi_module_disable_clk_set_rst()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s2/
Dsystem_internal.c93 DPORT_SET_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, in esp_restart_noos()
98 DPORT_REG_WRITE(DPORT_CORE_RST_EN_REG, 0); in esp_restart_noos()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32/
Dsystem_internal.c113 DPORT_SET_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, in esp_restart_noos()
118 DPORT_REG_WRITE(DPORT_CORE_RST_EN_REG, 0); in esp_restart_noos()
/hal_espressif-3.6.0/components/esp_wifi/esp32/
Desp_adapter.c458 DPORT_SET_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, DPORT_MAC_RST); in wifi_reset_mac_wrapper()
459 DPORT_CLEAR_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, DPORT_MAC_RST); in wifi_reset_mac_wrapper()
/hal_espressif-3.6.0/components/esp_wifi/esp32s2/
Desp_adapter.c440 DPORT_SET_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, DPORT_MAC_RST); in wifi_reset_mac_wrapper()
441 DPORT_CLEAR_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, DPORT_MAC_RST); in wifi_reset_mac_wrapper()
/hal_espressif-3.6.0/zephyr/esp32/src/wifi/
Desp_wifi_adapter.c542 DPORT_SET_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, DPORT_MAC_RST); in wifi_reset_mac_wrapper()
543 DPORT_CLEAR_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, DPORT_MAC_RST); in wifi_reset_mac_wrapper()
/hal_espressif-3.6.0/zephyr/esp32s2/src/wifi/
Desp_wifi_adapter.c549 DPORT_SET_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, DPORT_MAC_RST); in wifi_reset_mac_wrapper()
550 DPORT_CLEAR_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, DPORT_MAC_RST); in wifi_reset_mac_wrapper()
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsyscon_reg.h470 #define DPORT_CORE_RST_EN_REG DPORT_WIFI_RST_EN_REG macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Ddport_reg.h1076 #define DPORT_CORE_RST_EN_REG (DR_REG_DPORT_BASE + 0x0D0) macro