forked from agners/linux-fslc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
staging: iio: ad5933: add ABI documentation
Add an ABI documentation for the ad5933 driver. Signed-off-by: Marcelo Schmitt <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]>
- Loading branch information
1 parent
8fce3d3
commit a816646
Showing
1 changed file
with
12 additions
and
7 deletions.
There are no files selected for viewing
19 changes: 12 additions & 7 deletions
19
...n/sysfs-bus-iio-impedance-analyzer-ad5933 → ...g/sysfs-bus-iio-impedance-analyzer-ad5933
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,31 @@ | ||
What: /sys/bus/iio/devices/iio:deviceX/outY_freq_start | ||
What: /sys/bus/iio/devices/iio:deviceX/out_altvoltageY_frequency_start | ||
Date: March 2019 | ||
KernelVersion: 3.1.0 | ||
Contact: [email protected] | ||
Description: | ||
Frequency sweep start frequency in Hz. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/outY_freq_increment | ||
What: /sys/bus/iio/devices/iio:deviceX/out_altvoltageY_frequency_increment | ||
Date: March 2019 | ||
KernelVersion: 3.1.0 | ||
Contact: [email protected] | ||
Description: | ||
Frequency increment in Hz (step size) between consecutive | ||
frequency points along the sweep. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/outY_freq_points | ||
What: /sys/bus/iio/devices/iio:deviceX/out_altvoltageY_frequency_points | ||
Date: March 2019 | ||
KernelVersion: 3.1.0 | ||
Contact: [email protected] | ||
Description: | ||
Number of frequency points (steps) in the frequency sweep. | ||
This value, in conjunction with the outY_freq_start and the | ||
outY_freq_increment, determines the frequency sweep range | ||
for the sweep operation. | ||
This value, in conjunction with the | ||
out_altvoltageY_frequency_start and the | ||
out_altvoltageY_frequency_increment, determines the frequency | ||
sweep range for the sweep operation. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/outY_settling_cycles | ||
What: /sys/bus/iio/devices/iio:deviceX/out_altvoltageY_settling_cycles | ||
Date: March 2019 | ||
KernelVersion: 3.1.0 | ||
Contact: [email protected] | ||
Description: | ||
|