Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: iio: ad4062: Add IIO Trigger support

Explains the IIO Trigger support and timings involved.

Signed-off-by: Jorge Marques <jorge.marques@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Jorge Marques and committed by
Jonathan Cameron
c31721dc d5284402

+13
+13
Documentation/iio/ad4062.rst
··· 84 84 The device enters low-power mode on idle to save power. Enabling an event puts 85 85 the device out of the low-power since the ADC autonomously samples to assert 86 86 the event condition. 87 + 88 + IIO trigger support 89 + =================== 90 + 91 + An IIO trigger ``ad4062-devX`` is registered by the driver to be used by the 92 + same device, to capture samples to a software buffer. It is required to attach 93 + the trigger to the device by setting the ``current_trigger`` before enabling 94 + and reading the buffer. 95 + 96 + The acquisition is sequential and bounded by the protocol timings, software 97 + latency and internal timings, the sample rate is not configurable. The burst 98 + averaging mode does impact the effective sample rate, since it increases the 99 + internal timing to output a single sample.