Searched refs:DT_SPI_CTX_HAS_NO_CS_GPIOS (Results 1 – 3 of 3) sorted by relevance
25 #define DT_SPI_CTX_HAS_NO_CS_GPIOS 1 macro38 #ifndef DT_SPI_CTX_HAS_NO_CS_GPIOS80 #ifndef DT_SPI_CTX_HAS_NO_CS_GPIOS305 #ifdef DT_SPI_CTX_HAS_NO_CS_GPIOS
180 (UTIL_OR(IS_ENABLED(DT_SPI_CTX_HAS_NO_CS_GPIOS), (ctx->num_cs_gpios == 0)) && in spi_esp32_transfer()493 !defined(DT_SPI_CTX_HAS_NO_CS_GPIOS) in spi_esp32_configure()
132 if (UTIL_OR(IS_ENABLED(DT_SPI_CTX_HAS_NO_CS_GPIOS), (data->ctx.num_cs_gpios == 0))) { in spi_numaker_configure()
Completed in 7 milliseconds