Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/esp32/
Dsystem_api_esp32.c111 DPORT_BB_RST | DPORT_FE_RST | DPORT_MAC_RST | in esp_restart_noos()
/device/soc/esp/esp32/components/esp_wifi/esp32/
Desp_adapter.c456 DPORT_SET_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, DPORT_MAC_RST); in wifi_reset_mac_wrapper()
457 DPORT_CLEAR_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, DPORT_MAC_RST); in wifi_reset_mac_wrapper()
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Ddport_reg.h1087 #define DPORT_MAC_RST (BIT(2)) macro