Home
last modified time | relevance | path

Searched +full:xfr +full:- +full:min +full:- +full:bits (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/dts/bindings/mipi-dbi/
Dzephyr,mipi-dbi-spi.yaml2 # SPDX-License-Identifier: Apache-2.0
5 MIPI-DBI Mode C compatible SPI controller. This driver emulates MIPI DBI
7 compatible: "zephyr,mipi-dbi-spi"
9 include: ["mipi-dbi-controller.yaml", "pinctrl-device.yaml"]
12 spi-dev:
19 dc-gpios:
20 type: phandle-array
25 reset-gpios:
26 type: phandle-array
30 xfr-min-bits:
[all …]
/Zephyr-latest/drivers/mipi_dbi/
Dmipi_dbi_spi.c5 * SPDX-License-Identifier: Apache-2.0
25 /* Minimum transfer bits */
35 /* Expands to 1 if the node does not have the `write-only` property */
38 /* This macro will evaluate to 1 if any of the nodes with zephyr,mipi-dbi-spi
39 * lack a `write-only` property. The intention here is to allow the entire
45 /* Expands to 1 if the node does reflect the enum in `xfr-min-bits` property */
49 /* This macros will evaluate to 1 if any of the nodes with zephyr,mipi-dbi-spi
50 * have the `xfr-min-bits` property to corresponding enum value. The intention
52 * minimum transfer bits will be needed.
71 const struct mipi_dbi_spi_config *config = dev->config; in mipi_dbi_spi_write_helper_3wire()
[all …]
/Zephyr-latest/tests/drivers/build_all/display/
Dapp.overlay4 * SPDX-License-Identifier: Apache-2.0
9 * with real-world devicetree nodes, to allow these tests to run on
13 #include <zephyr/dt-bindings/led/led.h>
14 #include <zephyr/dt-bindings/mipi_dbi/mipi_dbi.h>
18 #address-cells = <1>;
19 #size-cells = <1>;
23 gpio-controller;
25 #gpio-cells = <0x2>;
30 compatible = "zephyr,mipi-dbi-spi";
32 dc-gpios = <&test_gpio 0 0>;
[all …]