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/ |
D | clk_gate_ll.h | 220 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/ |
D | clk_gate_ll.h | 217 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/ |
D | system_internal.c | 93 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/ |
D | system_internal.c | 113 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/ |
D | esp_adapter.c | 458 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/ |
D | esp_adapter.c | 440 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/ |
D | esp_wifi_adapter.c | 542 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/ |
D | esp_wifi_adapter.c | 549 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/ |
D | syscon_reg.h | 470 #define DPORT_CORE_RST_EN_REG DPORT_WIFI_RST_EN_REG macro
|
/hal_espressif-3.6.0/components/soc/esp32/include/soc/ |
D | dport_reg.h | 1076 #define DPORT_CORE_RST_EN_REG (DR_REG_DPORT_BASE + 0x0D0) macro
|