Home
last modified time | relevance | path

Searched refs:SPI_CS_ACTIVE_HIGH (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-2.7.6/drivers/spi/
Dspi_litespi.c33 if (config->operation & SPI_CS_ACTIVE_HIGH) { in spi_config()
Dspi_cc13xx_cc26xx.c84 if (config->operation & SPI_CS_ACTIVE_HIGH && !config->cs) { in spi_cc13xx_cc26xx_configure()
Dspi_gecko.c65 if (config->operation & SPI_CS_ACTIVE_HIGH) { in spi_config()
Dspi_context.h191 if (ctx->config->operation & SPI_CS_ACTIVE_HIGH) { in spi_context_cs_active_level()
Dspi_b91.c264 if (config->operation & SPI_CS_ACTIVE_HIGH) { in spi_b91_is_config_supported()
Dspi_xlnx_axi_quadspi.c159 if (spi_cfg->operation & SPI_CS_ACTIVE_HIGH) { in xlnx_quadspi_configure()
Dspi_mcux_dspi.c583 (spi_cfg->operation & SPI_CS_ACTIVE_HIGH) ? in spi_mcux_configure()
/Zephyr-Core-2.7.6/include/drivers/
Dspi.h119 #define SPI_CS_ACTIVE_HIGH BIT(15) macro
/Zephyr-Core-2.7.6/drivers/display/
Dls0xx.c324 SPI_TRANSFER_LSB | SPI_CS_ACTIVE_HIGH |