Searched refs:GPIO_NUM_NC (Results 1 – 8 of 8) sorted by relevance
72 #define SDSPI_SLOT_NO_CD GPIO_NUM_NC ///< indicates that card detect line is not used73 #define SDSPI_SLOT_NO_WP GPIO_NUM_NC ///< indicates that write protect line is not used74 #define SDSPI_SLOT_NO_INT GPIO_NUM_NC ///< indicates that interrupt line is not used84 .gpio_int = GPIO_NUM_NC, \223 .gpio_int = GPIO_NUM_NC, \
73 #define SDMMC_SLOT_NO_CD GPIO_NUM_NC ///< indicates that card detect line is not used74 #define SDMMC_SLOT_NO_WP GPIO_NUM_NC ///< indicates that write protect line is not used
131 GPIO_NUM_NC = -1, /*!< Use to signal not connected to S/W */ enumerator176 GPIO_NUM_NC = -1, /*!< Use to signal not connected to S/W */ enumerator225 GPIO_NUM_NC = -1, /*!< Use to signal not connected to S/W */ enumerator275 GPIO_NUM_NC = -1, /*!< Use to signal not connected to S/W */ enumerator
209 return GPIO_NUM_NC; in GetPinIndexFromStr()222 return GPIO_NUM_NC; in GetPinIndexFromStr()
216 buscfg.quadwp_io_num = GPIO_NUM_NC; in SpiDevOpen()217 buscfg.quadhd_io_num = GPIO_NUM_NC; in SpiDevOpen()
94 return GPIO_NUM_NC; in GetPinIndexFromStr()107 return GPIO_NUM_NC; in GetPinIndexFromStr()
216 .spics_io_num = GPIO_NUM_NC, in configure_spi_dev()974 .quadwp_io_num = GPIO_NUM_NC, in sdspi_host_init_slot()975 .quadhd_io_num = GPIO_NUM_NC in sdspi_host_init_slot()
301 assert(pin!=GPIO_NUM_NC); in configure_pin()