Home
last modified time | relevance | path

Searched refs:DPORT_CORE_RST_EN_REG (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
Dsystem_internal.c41 DPORT_SET_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, in esp_system_reset_modules_on_exit()
45 DPORT_REG_WRITE(DPORT_CORE_RST_EN_REG, 0); in esp_system_reset_modules_on_exit()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dclk_gate_ll.h219 return DPORT_CORE_RST_EN_REG; in periph_ll_get_rst_en_reg()
269 DPORT_CLEAR_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, 0); in periph_ll_wifi_module_enable_clk_clear_rst()
275 DPORT_SET_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, 0); in periph_ll_wifi_module_disable_clk_set_rst()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dclk_gate_ll.h215 return DPORT_CORE_RST_EN_REG; in periph_ll_get_rst_en_reg()
258 DPORT_CLEAR_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, 0); in periph_ll_wifi_module_enable_clk_clear_rst()
264 DPORT_SET_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, 0); in periph_ll_wifi_module_disable_clk_set_rst()
Dsdmmc_ll.h71 DPORT_SET_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, DPORT_SDIO_HOST_RST); in sdmmc_ll_reset_register()
72 DPORT_CLEAR_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, DPORT_SDIO_HOST_RST); in sdmmc_ll_reset_register()
/hal_espressif-latest/components/esp_system/port/soc/esp32/
Dsystem_internal.c39 DPORT_SET_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, in esp_system_reset_modules_on_exit()
43 DPORT_REG_WRITE(DPORT_CORE_RST_EN_REG, 0); in esp_system_reset_modules_on_exit()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsyscon_reg.h463 #define DPORT_CORE_RST_EN_REG DPORT_WIFI_RST_EN_REG macro
/hal_espressif-latest/components/esp_phy/src/
Dphy_init.c402 DPORT_SET_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, MODEM_RESET_FIELD_WHEN_PU); in esp_wifi_bt_power_domain_on()
403 DPORT_CLEAR_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, MODEM_RESET_FIELD_WHEN_PU); in esp_wifi_bt_power_domain_on()
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_reg.h1065 #define DPORT_CORE_RST_EN_REG (DR_REG_DPORT_BASE + 0x0D0) macro