Home
last modified time | relevance | path

Searched full:mipi_dbi_spi_xfr_8bit (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/dts/bindings/mipi-dbi/
Dzephyr,mipi-dbi-spi.yaml40 8 MIPI_DBI_SPI_XFR_8BIT
/Zephyr-latest/drivers/mipi_dbi/
Dmipi_dbi_spi.c46 #define _XFR_8BITS(n) (DT_INST_PROP(n, xfr_min_bits) == MIPI_DBI_SPI_XFR_8BIT) |
278 if (config->xfr_min_bits == MIPI_DBI_SPI_XFR_8BIT) { in mipi_dbi_spi_write_helper()
/Zephyr-latest/include/zephyr/dt-bindings/mipi_dbi/
Dmipi_dbi.h152 #define MIPI_DBI_SPI_XFR_8BIT 8 macro