Home
last modified time | relevance | path

Searched refs:SYSTEM_BB_RST (Results 1 – 6 of 6) 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.h206 #define SYSTEM_BB_RST BIT(0) macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsyscon_reg.h223 #define SYSTEM_BB_RST (BIT(0)) macro