hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/Documentation/ABI/testing/sysfs-bus-iio-adc-hi8435
....@@ -19,9 +19,11 @@
1919 is separately set for "GND-Open" and "Supply-Open" modes.
2020 Channels 0..31 have common low threshold values, but could have different
2121 sensing_modes.
22
+
2223 The low voltage threshold range is between 2..21V.
2324 Hysteresis between low and high thresholds can not be lower then 2 and
2425 can not be odd.
26
+
2527 If falling threshold results hysteresis to odd value then rising
2628 threshold is automatically subtracted by one.
2729
....@@ -34,10 +36,13 @@
3436 this value then the threshold rising event is pushed.
3537 Depending on in_voltageY_sensing_mode the high voltage threshold
3638 is separately set for "GND-Open" and "Supply-Open" modes.
39
+
3740 Channels 0..31 have common high threshold values, but could have different
3841 sensing_modes.
42
+
3943 The high voltage threshold range is between 3..22V.
4044 Hysteresis between low and high thresholds can not be lower then 2 and
4145 can not be odd.
46
+
4247 If rising threshold results hysteresis to odd value then falling
4348 threshold is automatically appended by one.