Home
last modified time | relevance | path

Searched +full:gpo +full:- +full:comparator (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/iio/addac/
Dadi,ad74413r.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Cosmin Tanislav <cosmin.tanislav@analog.com>
13 The AD74412R and AD74413R are quad-channel software configurable input/output
18 The devices feature a 16-bit ADC and four configurable 13-bit DACs to provide
20 The AD74413R differentiates itself from the AD74412R by being HART-compatible.
27 - adi,ad74412r
28 - adi,ad74413r
33 '#address-cells':
[all …]
/Linux-v6.1/drivers/iio/addac/
Dad74413r.c1 // SPDX-License-Identifier: GPL-2.0
26 #include <dt-bindings/iio/addac/adi,ad74413r.h>
63 * Synchronize consecutive operations when doing a one-shot
172 ad74413r_format_reg_write(reg, val, st->reg_tx_buf); in ad74413r_reg_write()
174 return spi_write(st->spi, st->reg_tx_buf, AD74413R_FRAME_SIZE); in ad74413r_reg_write()
182 dev_err(st->dev, "Bad CRC %02x for %02x%02x%02x\n", in ad74413r_crc_check()
184 return -EINVAL; in ad74413r_crc_check()
195 .tx_buf = st->reg_tx_buf, in ad74413r_reg_read()
200 .rx_buf = st->reg_rx_buf, in ad74413r_reg_read()
207 st->reg_tx_buf); in ad74413r_reg_read()
[all …]