Home
last modified time | relevance | path

Searched +full:max22190 +full:- +full:mode (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/dts/bindings/gpio/
Dadi,max22190-gpio.yaml3 # SPDX-License-Identifier: Apache-2.0
6 ADI MAX22190 octal industrial Input with advanced diagnostic
10 filter-wbes = <CH0 CH1 CH2 ... CH7 > for wire break
12 filter-fbps and filter-delays.
16 pinctrl-names = "default";
18 compatible = "adi,max22190-gpio";
21 spi-max-frequency = <1000000>;
24 gpio-controller;
25 #gpio-cells = <2>;
29 max22190-mode = <1>; // modes range from 0-4
[all …]
/Zephyr-latest/drivers/gpio/
Dgpio_max22190.c5 * SPDX-License-Identifier: Apache-2.0
23 #warning "GPIO MAX22190 driver enabled without any devices"
185 enum max22190_mode mode; member
201 * @brief Compute the CRC5 value for MAX22190
202 * @param data - Data array to calculate CRC for.
214 * This is the C custom implementation of CRC function for MAX22190, and in max22190_crc()
216 * https://www.analog.com/en/design-notes/guidelines-to-implement-crc-algorithm.html in max22190_crc()
230 for (i = 0; i < length - 1; i++) { in max22190_crc()
232 ((datainput >> (length - 2 - i)) & 0x01)); in max22190_crc()
247 * @param dev - MAX22190 device.
[all …]
/Zephyr-latest/tests/drivers/build_all/gpio/
Dapp.overlay4 * SPDX-License-Identifier: Apache-2.0
9 * with real-world devicetree nodes, to allow these tests to run on
15 #address-cells = <1>;
16 #size-cells = <1>;
20 gpio-controller;
22 #gpio-cells = <0x2>;
27 compatible = "snps,designware-gpio";
28 gpio-controller;
30 #gpio-cells = <0x2>;
35 #address-cells = <1>;
[all …]