16 lines · plain
1What: /sys/bus/iio/devices/iio:deviceX/in_allow_async_readout2Date: December 20153KernelVersion: 4.44Contact: linux-iio@vger.kernel.org5Description:6 By default (value '0'), the capture thread checks for the Conversion7 Ready Flag to being set prior to committing a new value to the sample8 buffer. This synchronizes the in-chip conversion rate with the9 in-driver readout rate at the cost of an additional register read.10 11 Writing '1' will remove the polling for the Conversion Ready Flags to12 save the additional i2c transaction, which will improve the bandwidth13 available for reading data. However, samples can be occasionally skipped14 or repeated, depending on the beat between the capture and conversion15 rates.16