Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/include/driver/
Dsdmmc_host.h85 #define SDMMC_SLOT_WIDTH_DEFAULT 0 ///< use the maximum possible width for the slot macro
105 .width = SDMMC_SLOT_WIDTH_DEFAULT, \
117 .width = SDMMC_SLOT_WIDTH_DEFAULT, \
/hal_espressif-3.6.0/components/driver/
Dsdmmc_host.c385 if (slot_width == SDMMC_SLOT_WIDTH_DEFAULT) { in sdmmc_host_init_slot()