Skip to content

Commit 0a2d94e

Browse files
dlechjic23
authored andcommitted
doc: iio: ad4695: document buffered read
Update the ad4695 documentation to say that buffered reads are supported. Since there are 4 possible modes of reading conversion data, it is useful to know which one is actually being used, namely the advanced sequencer mode. Signed-off-by: David Lechner <[email protected]> Link: https://patch.msgid.link/20240813-iio-adc-ad4695-buffered-read-v2-2-9bb19fc1924b@baylibre.com Signed-off-by: Jonathan Cameron <[email protected]>
1 parent 6cc7e4b commit 0a2d94e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Documentation/iio/ad4695.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,16 @@ Unimplemented features
147147
----------------------
148148

149149
- Additional wiring modes
150-
- Buffered reads
151150
- Threshold events
152151
- Oversampling
153152
- Gain/offset calibration
154153
- GPIO support
155154
- CRC support
155+
156+
Device buffers
157+
==============
158+
159+
This driver supports hardware triggered buffers. This uses the "advanced
160+
sequencer" feature of the chip to trigger a burst of conversions.
161+
162+
Also see :doc:`iio_devbuf` for more general information.

0 commit comments

Comments
 (0)