Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/include/driver/
Dsdmmc_host.h84 #define SDMMC_SLOT_NO_WP GPIO_NUM_NC ///< indicates that write protect line is not used macro
104 .wp = SDMMC_SLOT_NO_WP, \
116 .wp = SDMMC_SLOT_NO_WP, \
/hal_espressif-3.6.0/components/driver/
Dsdmmc_host.c463 if (gpio_wp != SDMMC_SLOT_NO_WP) { in sdmmc_host_init_slot()