Commit 0713849d authored by Federico Vaga's avatar Federico Vaga

doc: update documentation

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 3fa4614e
...@@ -181,10 +181,18 @@ The ADC registers can be accessed in the proper sysfs directory. For a ...@@ -181,10 +181,18 @@ The ADC registers can be accessed in the proper sysfs directory. For a
card in slot 0 of bus 2 (like shown above), the directory is card in slot 0 of bus 2 (like shown above), the directory is
*/sys/bus/zio/devices/adc-100m14b-0200*. */sys/bus/zio/devices/adc-100m14b-0200*.
The overall device (*adc-100m14b*) does not offer configuration items The overall device (*adc-100m14b*) provides the following attributes:
besides its own temperature (read-only) because configuration is
specific of the cset and the trigger, or the individual channel.
calibration_data
It is a binary attribute which allows the user to change the runt-time
calibration data (the EEPROM will not be touched). The ``fau-calibration``
tool can be used to read write calibration data.
To be consistent, this binary interface expects **only** little endian
values because this is the endianess used to store calibration data for
this device.
temperature
It shows the current temperature
The Channel Set The Channel Set
''''''''''''''' '''''''''''''''
...@@ -511,6 +519,13 @@ integer. ...@@ -511,6 +519,13 @@ integer.
- Values - Values
- Comments - Comments
* - device
- calibration_data
- rw
- --
-
- Run-time calibration data
* - device * - device
- temperature - temperature
- ro - ro
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment