Home
last modified time | relevance | path

Searched refs:ETS_SDIO_HOST_INTR_SOURCE (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/soc/esp32/include/soc/
Dsoc.h325 #define ETS_SDIO_HOST_INTR_SOURCE 37/**< interrupt of SD/SDIO/MMC HOST, level*/ macro
/device/soc/esp/esp32/components/driver/
Dsdmmc_host.c257 …esp_err_t ret = esp_intr_alloc(ETS_SDIO_HOST_INTR_SOURCE, 0, &sdmmc_isr, s_event_queue, &s_intr_ha… in sdmmc_host_init()