Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/dt-bindings/mipi_dbi/
Dmipi_dbi.h173 #define MIPI_DBI_SPI_XFR_16BIT 16 macro
/Zephyr-latest/drivers/mipi_dbi/
Dmipi_dbi_spi.c47 #define _XFR_16BITS(n) (DT_INST_PROP(n, xfr_min_bits) == MIPI_DBI_SPI_XFR_16BIT) |
288 if (config->xfr_min_bits == MIPI_DBI_SPI_XFR_16BIT) { in mipi_dbi_spi_write_helper()
/Zephyr-latest/tests/drivers/build_all/display/
Dapp.overlay171 xfr-min-bits = <MIPI_DBI_SPI_XFR_16BIT>;