Home
last modified time | relevance | path

Searched refs:SDMMC_HOST_FLAG_DEINIT_ARG (Results 1 – 3 of 3) 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.h139 #define SDMMC_HOST_FLAG_DEINIT_ARG BIT(5) /*!< host `deinit` function called with the slot arg… macro
/hal_espressif-3.6.0/components/fatfs/vfs/
Dvfs_fat_sdmmc.c358 if (host_config->flags & SDMMC_HOST_FLAG_DEINIT_ARG) { in call_host_deinit()