Home
last modified time | relevance | path

Searched refs:GPIO_NUM_NC (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/driver/spi/include/driver/
Dsdspi_host.h68 #define SDSPI_SLOT_NO_CS GPIO_NUM_NC ///< indicates that card select line is not used
69 #define SDSPI_SLOT_NO_CD GPIO_NUM_NC ///< indicates that card detect line is not used
70 #define SDSPI_SLOT_NO_WP GPIO_NUM_NC ///< indicates that write protect line is not used
71 #define SDSPI_SLOT_NO_INT GPIO_NUM_NC ///< indicates that interrupt line is not used
81 .gpio_int = GPIO_NUM_NC, \
/hal_espressif-latest/components/hal/include/hal/
Dgpio_types.h74 GPIO_NUM_NC = -1, /*!< Use to signal not connected to S/W */ enumerator
119 GPIO_NUM_NC = -1, /*!< Use to signal not connected to S/W */ enumerator
168 GPIO_NUM_NC = -1, /*!< Use to signal not connected to S/W */ enumerator
219 GPIO_NUM_NC = -1, /*!< Use to signal not connected to S/W */ enumerator
247 GPIO_NUM_NC = -1, /*!< Use to signal not connected to S/W */ enumerator
274 GPIO_NUM_NC = -1, /*!< Use to signal not connected to S/W */ enumerator
311 GPIO_NUM_NC = -1, /*!< Use to signal not connected to S/W */ enumerator
/hal_espressif-latest/components/driver/spi/sdspi/
Dsdspi_host.c214 .spics_io_num = GPIO_NUM_NC, in configure_spi_dev()