Home
last modified time | relevance | path

Searched refs:SYSCON_WIFI_RST_EN_REG (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/soc/esp32s2/include/soc/
Dsyscon_reg.h426 #define SYSCON_WIFI_RST_EN_REG (DR_REG_SYSCON_BASE + 0x094) macro
471 #define DPORT_WIFI_RST_EN_REG SYSCON_WIFI_RST_EN_REG
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dsyscon_reg.h160 #define SYSCON_WIFI_RST_EN_REG (DR_REG_SYSCON_BASE + 0x018) macro
203 #define SYSTEM_WIFI_RST_EN_REG SYSCON_WIFI_RST_EN_REG
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsyscon_reg.h161 #define SYSCON_WIFI_RST_EN_REG (DR_REG_SYSCON_BASE + 0x18) macro
204 #define SYSTEM_WIFI_RST_EN_REG SYSCON_WIFI_RST_EN_REG
/hal_espressif-3.6.0/components/esp_wifi/src/
Dphy_init.c335 SET_PERI_REG_MASK(SYSCON_WIFI_RST_EN_REG, SYSTEM_BB_RST | SYSTEM_FE_RST); in esp_mac_bb_power_up()
336 CLEAR_PERI_REG_MASK(SYSCON_WIFI_RST_EN_REG, SYSTEM_BB_RST | SYSTEM_FE_RST); in esp_mac_bb_power_up()
/hal_espressif-3.6.0/components/esp_phy/src/
Dphy_init.c300 SET_PERI_REG_MASK(SYSCON_WIFI_RST_EN_REG, SYSTEM_BB_RST | SYSTEM_FE_RST); in esp_wifi_bt_power_domain_on()
301 CLEAR_PERI_REG_MASK(SYSCON_WIFI_RST_EN_REG, SYSTEM_BB_RST | SYSTEM_FE_RST); in esp_wifi_bt_power_domain_on()
/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()