Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/include/driver/
Dsdspi_host.h37 .flags = SDMMC_HOST_FLAG_SPI | SDMMC_HOST_FLAG_DEINIT_ARG, \
Dsdmmc_types.h137 #define SDMMC_HOST_FLAG_SPI BIT(3) /*!< host supports SPI protocol */ macro
/hal_espressif-3.6.0/components/sdmmc/
Dsdmmc_common.h125 return (card->host.flags & SDMMC_HOST_FLAG_SPI) != 0; in host_is_spi()
/hal_espressif-3.6.0/components/fatfs/vfs/
Dvfs_fat_sdmmc.c213 if (host_config->flags == SDMMC_HOST_FLAG_SPI) { in esp_vfs_fat_sdmmc_mount()