Searched refs:SDMMC_HOST_FLAG_DEINIT_ARG (Results 1 – 3 of 3) sorted by relevance
37 .flags = SDMMC_HOST_FLAG_SPI | SDMMC_HOST_FLAG_DEINIT_ARG, \
139 #define SDMMC_HOST_FLAG_DEINIT_ARG BIT(5) /*!< host `deinit` function called with the slot arg… macro
358 if (host_config->flags & SDMMC_HOST_FLAG_DEINIT_ARG) { in call_host_deinit()