Home
last modified time | relevance | path

Searched refs:DPORT_MAC_RST (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s2/
Dsystem_internal.c94 DPORT_BB_RST | DPORT_FE_RST | DPORT_MAC_RST | in esp_restart_noos()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32/
Dsystem_internal.c114 DPORT_BB_RST | DPORT_FE_RST | DPORT_MAC_RST | 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.h486 #define DPORT_MAC_RST (BIT(2)) macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Ddport_reg.h1087 #define DPORT_MAC_RST (BIT(2)) macro