File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
Documentation/ABI/testing Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ What: /sys/bus/iio/devices/iio:deviceX/out_voltageY_ldac_update
2+ KernelVersion: 6.13
3+ Contact: linux-iio@vger.kernel.org
4+ Description:
5+ Trigger LDAC (Load DAC) update for the specified channel. Write 1 to update DAC outputs.
6+
7+ What: /sys/bus/iio/devices/iio:deviceX/out_currentY_ldac_update
8+ KernelVersion: 6.13
9+ Contact: linux-iio@vger.kernel.org
10+ Description:
11+ Trigger LDAC (Load DAC) update for the specified channel.
12+ Writing 1 will transfer the DAC register value to the actual
13+ DAC output, effectively updating the analog output current.
14+ Writing 0 has no effect. This is useful when using the
15+ transparent latch mode is disabled, allowing manual control
16+ over when DAC register changes take effect on the output.
17+
18+ What: /sys/bus/iio/devices/iio:deviceX/out_voltageY_powermode
19+ What: /sys/bus/iio/devices/iio:deviceX/out_currentY_powermode
20+ KernelVersion: 6.13
21+ Contact: linux-iio@vger.kernel.org
22+ Description:
23+ Control the power state of the specified channel. Write "on" to
24+ enable the channel output, or "off" to disable it. Reading
25+ returns the current power state.
26+
27+ What: /sys/bus/iio/devices/iio:deviceX/out_voltageY_powermode_available
28+ What: /sys/bus/iio/devices/iio:deviceX/out_currentY_powermode_available
29+ KernelVersion: 6.13
30+ Contact: linux-iio@vger.kernel.org
31+ Description:
32+ Shows the available power modes for the channel. Always returns
33+ "on off".
You can’t perform that action at this time.
0 commit comments