Searched refs:SDMMC_HOST_FLAG_SPI (Results 1 – 4 of 4) sorted by relevance
37 .flags = SDMMC_HOST_FLAG_SPI | SDMMC_HOST_FLAG_DEINIT_ARG, \
137 #define SDMMC_HOST_FLAG_SPI BIT(3) /*!< host supports SPI protocol */ macro
125 return (card->host.flags & SDMMC_HOST_FLAG_SPI) != 0; in host_is_spi()
213 if (host_config->flags == SDMMC_HOST_FLAG_SPI) { in esp_vfs_fat_sdmmc_mount()