Home
last modified time | relevance | path

Searched refs:SYSTEM_FE_RST (Results 1 – 7 of 7) sorted by relevance

/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/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/components/soc/esp32c3/include/soc/
Dsyscon_reg.h207 #define SYSTEM_FE_RST BIT(1) macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsyscon_reg.h222 #define SYSTEM_FE_RST (BIT(1)) macro
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dclkrst_reg.h408 #define SYSTEM_FE_RST (BIT(0)) macro