Searched +full:xfr +full:- +full:min +full:- +full:bits (Results 1 – 3 of 3) sorted by relevance
2 # SPDX-License-Identifier: Apache-2.05 MIPI-DBI Mode C compatible SPI controller. This driver emulates MIPI DBI7 compatible: "zephyr,mipi-dbi-spi"9 include: ["mipi-dbi-controller.yaml", "pinctrl-device.yaml"]12 spi-dev:19 dc-gpios:20 type: phandle-array25 reset-gpios:26 type: phandle-array30 xfr-min-bits:[all …]
5 * SPDX-License-Identifier: Apache-2.025 /* 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-spi39 * lack a `write-only` property. The intention here is to allow the entire45 /* 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-spi50 * have the `xfr-min-bits` property to corresponding enum value. The intention52 * minimum transfer bits will be needed.71 const struct mipi_dbi_spi_config *config = dev->config; in mipi_dbi_spi_write_helper_3wire()[all …]
4 * SPDX-License-Identifier: Apache-2.09 * with real-world devicetree nodes, to allow these tests to run on13 #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 …]