1 What: /sys/bus/iio/devices/iio:deviceX/out_voltageY_dither_en
3 Contact: linux-iio@vger.kernel.org
5 Dither enable. Write 1 to enable dither or 0 to disable it. This is useful
6 for changing the dither parameters. They way it should be done is:
8 - disable dither operation;
9 - change dither parameters (eg: frequency, phase...);
10 - enabled dither operation
12 What: /sys/bus/iio/devices/iio:deviceX/out_voltageY_dither_raw
14 Contact: linux-iio@vger.kernel.org
16 This raw, unscaled value refers to the dither signal amplitude.
17 The same scale as in out_voltageY_raw applies. However, the
18 offset might be different as it's always 0 for this attribute.
20 What: /sys/bus/iio/devices/iio:deviceX/out_voltageY_dither_raw_available
22 Contact: linux-iio@vger.kernel.org
24 Available range for dither raw amplitude values.
26 What: /sys/bus/iio/devices/iio:deviceX/out_voltageY_dither_offset
28 Contact: linux-iio@vger.kernel.org
30 Offset applied to out_voltageY_dither_raw. Read only attribute
33 What: /sys/bus/iio/devices/iio:deviceX/out_voltageY_dither_frequency
35 Contact: linux-iio@vger.kernel.org
37 Sets the dither signal frequency. Units are in Hz.
39 What: /sys/bus/iio/devices/iio:deviceX/out_voltageY_dither_frequency_available
41 Contact: linux-iio@vger.kernel.org
43 Returns the available values for the dither frequency.
45 What: /sys/bus/iio/devices/iio:deviceX/out_voltageY_dither_phase
47 Contact: linux-iio@vger.kernel.org
49 Sets the dither signal phase. Units are in Radians.
51 What: /sys/bus/iio/devices/iio:deviceX/out_voltageY_dither_phase_available
53 Contact: linux-iio@vger.kernel.org
55 Returns the available values for the dither phase.