Home
last modified time | relevance | path

Searched full:mipi_dbi_spi_xfr_16bit (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/dts/bindings/mipi-dbi/
Dzephyr,mipi-dbi-spi.yaml41 16 MIPI_DBI_SPI_XFR_16BIT
/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>;
/Zephyr-latest/include/zephyr/dt-bindings/mipi_dbi/
Dmipi_dbi.h173 #define MIPI_DBI_SPI_XFR_16BIT 16 macro