1 What: /sys/bus/iio/devices/iio:deviceX/in_accel_raw_range
3 Contact: linux-iio@vger.kernel.org
5 Raw (unscaled) range for acceleration readings. Unit after
6 application of scale is m/s^2. Note that this doesn't affects
7 the scale (which should be used when changing the maximum and
8 minimum readable value affects also the reading scaling factor).
10 What: /sys/bus/iio/devices/iio:deviceX/in_anglvel_raw_range
12 Contact: linux-iio@vger.kernel.org
14 Range for angular velocity readings in radians per second. Note
15 that this does not affects the scale (which should be used when
16 changing the maximum and minimum readable value affects also the
17 reading scaling factor).
19 What: /sys/bus/iio/devices/iio:deviceX/in_accel_raw_range_available
21 Contact: linux-iio@vger.kernel.org
23 List of allowed values for in_accel_raw_range attribute
25 What: /sys/bus/iio/devices/iio:deviceX/in_anglvel_raw_range_available
27 Contact: linux-iio@vger.kernel.org
29 List of allowed values for in_anglvel_raw_range attribute
31 What: /sys/bus/iio/devices/iio:deviceX/in_magn_calibration_fast_enable
33 Contact: linux-iio@vger.kernel.org
35 Can be 1 or 0. Enables/disables the "Fast Magnetometer
36 Calibration" HW function.
38 What: /sys/bus/iio/devices/iio:deviceX/fusion_enable
40 Contact: linux-iio@vger.kernel.org
42 Can be 1 or 0. Enables/disables the "sensor fusion" (a.k.a.
45 What: /sys/bus/iio/devices/iio:deviceX/calibration_data
47 Contact: linux-iio@vger.kernel.org
49 Reports the binary calibration data blob for the IMU sensors.
51 What: /sys/bus/iio/devices/iio:deviceX/in_accel_calibration_auto_status
53 Contact: linux-iio@vger.kernel.org
55 Reports the autocalibration status for the accelerometer sensor.
56 Can be 0 (calibration non even enabled) or 1 to 5 where the greater
57 the number, the better the calibration status.
59 What: /sys/bus/iio/devices/iio:deviceX/in_gyro_calibration_auto_status
61 Contact: linux-iio@vger.kernel.org
63 Reports the autocalibration status for the gyroscope sensor.
64 Can be 0 (calibration non even enabled) or 1 to 5 where the greater
65 the number, the better the calibration status.
67 What: /sys/bus/iio/devices/iio:deviceX/in_magn_calibration_auto_status
69 Contact: linux-iio@vger.kernel.org
71 Reports the autocalibration status for the magnetometer sensor.
72 Can be 0 (calibration non even enabled) or 1 to 5 where the greater
73 the number, the better the calibration status.
75 What: /sys/bus/iio/devices/iio:deviceX/sys_calibration_auto_status
77 Contact: linux-iio@vger.kernel.org
79 Reports the status for the IMU overall autocalibration.
80 Can be 0 (calibration non even enabled) or 1 to 5 where the greater
81 the number, the better the calibration status.