Home
last modified time | relevance | path

Searched defs:use_gpio (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/hal/include/hal/
Dspi_hal.h48 bool use_gpio; ///< True if the GPIO matrix is used, otherwise false member
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_master.c399 int use_gpio = !(bus_attr->flags & SPICOMMON_BUSFLAG_IOMUX_PINS); in spi_bus_add_device() local