Skip to content

Commit ae84b9d

Browse files
committed
iio: ABI: Document LDAC Update
This allows the user to update the DAC outputs per channel Signed-off-by: Janani Sunil <[email protected]>
1 parent ac09801 commit ae84b9d

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
What: /sys/bus/iio/devices/iio:deviceX/out_voltageY_ldac_update
2+
KernelVersion: 6.13
3+
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+
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+
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+
31+
Description:
32+
Shows the available power modes for the channel. Always returns
33+
"on off".

0 commit comments

Comments
 (0)