Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/include/driver/
Dsdmmc_host.h83 #define SDMMC_SLOT_NO_CD GPIO_NUM_NC ///< indicates that card detect line is not used macro
103 .cd = SDMMC_SLOT_NO_CD, \
115 .cd = SDMMC_SLOT_NO_CD, \
/hal_espressif-3.6.0/components/driver/
Dsdmmc_host.c450 if (gpio_cd != SDMMC_SLOT_NO_CD) { in sdmmc_host_init_slot()