Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/spi/include/driver/
Dsdspi_host.h70 #define SDSPI_SLOT_NO_WP GPIO_NUM_NC ///< indicates that write protect line is not used macro
80 .gpio_wp = SDSPI_SLOT_NO_WP, \
/hal_espressif-latest/components/driver/spi/sdspi/
Dsdspi_host.c380 if (slot_config->gpio_wp != SDSPI_SLOT_NO_WP) { in sdspi_host_init_device()