Home
last modified time | relevance | path

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

/drivers/spi/
A Dspi_context.h25 #define DT_SPI_CTX_HAS_NO_CS_GPIOS 1 macro
38 #ifndef DT_SPI_CTX_HAS_NO_CS_GPIOS
80 #ifndef DT_SPI_CTX_HAS_NO_CS_GPIOS
305 #ifdef DT_SPI_CTX_HAS_NO_CS_GPIOS
A Dspi_esp32_spim.c180 (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()
A Dspi_numaker.c132 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