Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_wifi/esp32c3/
Desp_adapter.c394 SET_PERI_REG_MASK(SYSCON_WIFI_RST_EN_REG, SYSTEM_MAC_RST); in wifi_reset_mac_wrapper()
395 CLEAR_PERI_REG_MASK(SYSCON_WIFI_RST_EN_REG, SYSTEM_MAC_RST); in wifi_reset_mac_wrapper()
402 SET_PERI_REG_MASK(SYSCON_WIFI_RST_EN_REG, SYSTEM_MAC_RST); in wifi_rtc_enable_iso_wrapper()
410 SET_PERI_REG_MASK(SYSCON_WIFI_RST_EN_REG, SYSTEM_MAC_RST); in wifi_rtc_disable_iso_wrapper()
411 CLEAR_PERI_REG_MASK(SYSCON_WIFI_RST_EN_REG, SYSTEM_MAC_RST); in wifi_rtc_disable_iso_wrapper()
/hal_espressif-3.6.0/components/esp_wifi/esp32s3/
Desp_adapter.c448 SET_PERI_REG_MASK(SYSCON_WIFI_RST_EN_REG, SYSTEM_MAC_RST); in wifi_reset_mac_wrapper()
449 CLEAR_PERI_REG_MASK(SYSCON_WIFI_RST_EN_REG, SYSTEM_MAC_RST); in wifi_reset_mac_wrapper()
456 SET_PERI_REG_MASK(SYSCON_WIFI_RST_EN_REG, SYSTEM_MAC_RST); in wifi_rtc_enable_iso_wrapper()
464 SET_PERI_REG_MASK(SYSCON_WIFI_RST_EN_REG, SYSTEM_MAC_RST); in wifi_rtc_disable_iso_wrapper()
465 CLEAR_PERI_REG_MASK(SYSCON_WIFI_RST_EN_REG, SYSTEM_MAC_RST); in wifi_rtc_disable_iso_wrapper()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32c3/
Dsystem_internal.c98 SYSTEM_BB_RST | SYSTEM_FE_RST | SYSTEM_MAC_RST | in esp_restart_noos()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s3/
Dsystem_internal.c98 SYSTEM_BB_RST | SYSTEM_FE_RST | SYSTEM_MAC_RST | in esp_restart_noos()
/hal_espressif-3.6.0/zephyr/esp32c3/src/wifi/
Desp_wifi_adapter.c602 SET_PERI_REG_MASK(SYSCON_WIFI_RST_EN_REG, SYSTEM_MAC_RST); in wifi_reset_mac_wrapper()
603 CLEAR_PERI_REG_MASK(SYSCON_WIFI_RST_EN_REG, SYSTEM_MAC_RST); in wifi_reset_mac_wrapper()
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dsyscon_reg.h208 #define SYSTEM_MAC_RST BIT(2) macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsyscon_reg.h221 #define SYSTEM_MAC_RST (BIT(2)) macro
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dclkrst_reg.h402 #define SYSTEM_MAC_RST (BIT(1)) macro