Searched refs:SYSTEM_MAC_RST (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-3.6.0/components/esp_wifi/esp32c3/ |
D | esp_adapter.c | 394 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/ |
D | esp_adapter.c | 448 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/ |
D | system_internal.c | 98 SYSTEM_BB_RST | SYSTEM_FE_RST | SYSTEM_MAC_RST | in esp_restart_noos()
|
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s3/ |
D | system_internal.c | 98 SYSTEM_BB_RST | SYSTEM_FE_RST | SYSTEM_MAC_RST | in esp_restart_noos()
|
/hal_espressif-3.6.0/zephyr/esp32c3/src/wifi/ |
D | esp_wifi_adapter.c | 602 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/ |
D | syscon_reg.h | 208 #define SYSTEM_MAC_RST BIT(2) macro
|
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/ |
D | syscon_reg.h | 221 #define SYSTEM_MAC_RST (BIT(2)) macro
|
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/ |
D | clkrst_reg.h | 402 #define SYSTEM_MAC_RST (BIT(1)) macro
|