Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/driver/include/driver/
Dsdspi_host.h72 #define SDSPI_SLOT_NO_CD GPIO_NUM_NC ///< indicates that card detect line is not used
73 #define SDSPI_SLOT_NO_WP GPIO_NUM_NC ///< indicates that write protect line is not used
74 #define SDSPI_SLOT_NO_INT GPIO_NUM_NC ///< indicates that interrupt line is not used
84 .gpio_int = GPIO_NUM_NC, \
223 .gpio_int = GPIO_NUM_NC, \
Dsdmmc_host.h73 #define SDMMC_SLOT_NO_CD GPIO_NUM_NC ///< indicates that card detect line is not used
74 #define SDMMC_SLOT_NO_WP GPIO_NUM_NC ///< indicates that write protect line is not used
/device/soc/esp/esp32/components/hal/include/hal/
Dgpio_types.h131 GPIO_NUM_NC = -1, /*!< Use to signal not connected to S/W */ enumerator
176 GPIO_NUM_NC = -1, /*!< Use to signal not connected to S/W */ enumerator
225 GPIO_NUM_NC = -1, /*!< Use to signal not connected to S/W */ enumerator
275 GPIO_NUM_NC = -1, /*!< Use to signal not connected to S/W */ enumerator
/device/board/openvalley/niobeu4/liteos_m/hdf_drivers/gpio/
Dgpio_esp32u4.c209 return GPIO_NUM_NC; in GetPinIndexFromStr()
222 return GPIO_NUM_NC; in GetPinIndexFromStr()
/device/board/openvalley/niobeu4/liteos_m/hdf_drivers/spi/
Dspi_esp32u4.c216 buscfg.quadwp_io_num = GPIO_NUM_NC; in SpiDevOpen()
217 buscfg.quadhd_io_num = GPIO_NUM_NC; in SpiDevOpen()
/device/board/openvalley/niobeu4/liteos_m/hdf_drivers/pwm/
Dpwm_esp32u4.c94 return GPIO_NUM_NC; in GetPinIndexFromStr()
107 return GPIO_NUM_NC; in GetPinIndexFromStr()
/device/soc/esp/esp32/components/driver/
Dsdspi_host.c216 .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()
Dsdmmc_host.c301 assert(pin!=GPIO_NUM_NC); in configure_pin()