56 lines · plain
1What: /sys/bus/iio/devices/iio:deviceX/out_voltageY_dither_en2KernelVersion: 5.183Contact: linux-iio@vger.kernel.org4Description:5 Dither enable. Write 1 to enable dither or 0 to disable it. This is useful6 for changing the dither parameters. They way it should be done is:7 8 - disable dither operation;9 - change dither parameters (eg: frequency, phase...);10 - enabled dither operation11 12What: /sys/bus/iio/devices/iio:deviceX/out_voltageY_dither_raw13KernelVersion: 5.1814Contact: linux-iio@vger.kernel.org15Description:16 This raw, unscaled value refers to the dither signal amplitude.17 The same scale as in out_voltageY_raw applies. However, the18 offset might be different as it's always 0 for this attribute.19 20What: /sys/bus/iio/devices/iio:deviceX/out_voltageY_dither_raw_available21KernelVersion: 5.1822Contact: linux-iio@vger.kernel.org23Description:24 Available range for dither raw amplitude values.25 26What: /sys/bus/iio/devices/iio:deviceX/out_voltageY_dither_offset27KernelVersion: 5.1828Contact: linux-iio@vger.kernel.org29Description:30 Offset applied to out_voltageY_dither_raw. Read only attribute31 always set to 0.32 33What: /sys/bus/iio/devices/iio:deviceX/out_voltageY_dither_frequency34KernelVersion: 5.1835Contact: linux-iio@vger.kernel.org36Description:37 Sets the dither signal frequency. Units are in Hz.38 39What: /sys/bus/iio/devices/iio:deviceX/out_voltageY_dither_frequency_available40KernelVersion: 5.1841Contact: linux-iio@vger.kernel.org42Description:43 Returns the available values for the dither frequency.44 45What: /sys/bus/iio/devices/iio:deviceX/out_voltageY_dither_phase46KernelVersion: 5.1847Contact: linux-iio@vger.kernel.org48Description:49 Sets the dither signal phase. Units are in Radians.50 51What: /sys/bus/iio/devices/iio:deviceX/out_voltageY_dither_phase_available52KernelVersion: 5.1853Contact: linux-iio@vger.kernel.org54Description:55 Returns the available values for the dither phase.56