Home
last modified time | relevance | path

Searched refs:DPORT_SDIO_HOST_RST (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/hal/esp32/include/hal/
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()
Dclk_gate_ll.h141 return DPORT_SDIO_HOST_RST; in periph_ll_get_rst_en_mask()
/hal_espressif-latest/components/esp_system/port/soc/esp32/
Dsystem_internal.c41 … DPORT_BTMAC_RST | DPORT_SDIO_RST | DPORT_SDIO_HOST_RST | DPORT_EMAC_RST | in esp_system_reset_modules_on_exit()
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_reg.h1074 #define DPORT_SDIO_HOST_RST BIT(6) macro