File tree 1 file changed +47
-0
lines changed
Documentation/ABI/testing
1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change
1
+ What: /sys/bus/iio/devices/iio:deviceX/in_temp_roc_en
2
+ KernelVersion: 6.6
3
+ Contact: linux-iio@vger.kernel.org
4
+ Description:
5
+ A read-only boolean value that indicates if Rate-of-Change
6
+ detection is enabled or disabled.
7
+
8
+ What: /sys/bus/iio/devices/iio:deviceX/in_temp_roc_filter
9
+ KernelVersion: 6.6
10
+ Contact: linux-iio@vger.kernel.org
11
+ Description:
12
+ A write-only value indicating the Rate-of-Change FIR filter
13
+ settings. This attribute selects the length of the Rate-of-
14
+ Change FIR filter.
15
+
16
+ Operation is not supported if Rate-of-Change detection of device
17
+ is disabled.
18
+
19
+ * "0" - 2 samples
20
+ * "1" - 3 samples
21
+ * "2" - 5 samples
22
+ * "3" - 9 samples
23
+ * "4" - 17 samples
24
+ * "5" - 33 samples
25
+ * "6" - 65 samples
26
+ * "7" - 65 samples
27
+
28
+ What: /sys/bus/iio/devices/iio:deviceX/in_temp_roc_length
29
+ KernelVersion: 6.6
30
+ Contact: linux-iio@vger.kernel.org
31
+ Description:
32
+ A read-only value indicating the number of temperature samples
33
+ selected in in_temp_roc_filter attribute.
34
+
35
+ Operation is not supported if Rate-of-Change detection of device
36
+ is disabled.
37
+
38
+ What: /sys/bus/iio/devices/iio:deviceX/in_temp_roc
39
+ KernelVersion: 6.6
40
+ Contact: linux-iio@vger.kernel.org
41
+ Description:
42
+ A read-only value indicating the slope calculated for a set of
43
+ temperature measurements as programmed in in_temp_roc_filter
44
+ attribute.
45
+
46
+ Operation is not supported if Rate-of-Change detection of device
47
+ is disabled.
You can’t perform that action at this time.
0 commit comments