Home
last modified time | relevance | path

Searched refs:SYSTEM_WIFI_RST_EN_REG (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dsyscon_reg.h202 #define SYSTEM_CORE_RST_EN_REG SYSTEM_WIFI_RST_EN_REG
203 #define SYSTEM_WIFI_RST_EN_REG SYSCON_WIFI_RST_EN_REG macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsyscon_reg.h203 #define SYSTEM_CORE_RST_EN_REG SYSTEM_WIFI_RST_EN_REG
204 #define SYSTEM_WIFI_RST_EN_REG SYSCON_WIFI_RST_EN_REG macro
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Dclk_gate_ll.h189 return SYSTEM_WIFI_RST_EN_REG; in periph_ll_get_rst_en_reg()