Home
last modified time | relevance | path

Searched refs:SYSCON_WIFI_RST_EN_REG (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsyscon_reg.h418 #define SYSCON_WIFI_RST_EN_REG (DR_REG_SYSCON_BASE + 0x094) macro
464 #define DPORT_WIFI_RST_EN_REG SYSCON_WIFI_RST_EN_REG
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsyscon_reg.h153 #define SYSCON_WIFI_RST_EN_REG (DR_REG_SYSCON_BASE + 0x18) macro
196 #define SYSTEM_WIFI_RST_EN_REG SYSCON_WIFI_RST_EN_REG
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsyscon_reg.h152 #define SYSCON_WIFI_RST_EN_REG (DR_REG_SYSCON_BASE + 0x018) macro
195 #define SYSTEM_WIFI_RST_EN_REG SYSCON_WIFI_RST_EN_REG
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsyscon_reg.h153 #define SYSCON_WIFI_RST_EN_REG (DR_REG_SYSCON_BASE + 0x18) macro
195 #define SYSTEM_WIFI_RST_EN_REG SYSCON_WIFI_RST_EN_REG
/hal_espressif-latest/components/esp_phy/src/
Dphy_init.c406 SET_PERI_REG_MASK(SYSCON_WIFI_RST_EN_REG, MODEM_RESET_FIELD_WHEN_PU); in esp_wifi_bt_power_domain_on()
407 CLEAR_PERI_REG_MASK(SYSCON_WIFI_RST_EN_REG, MODEM_RESET_FIELD_WHEN_PU); in esp_wifi_bt_power_domain_on()