Lines Matching +full:x +full:- +full:axis
13 :file:`/dev/iio:device{X}` character device node, thus reducing the CPU load.
18 :file:`/sys/bus/iio/devices/iio:device{X}/buffer/*`. Here are some of the
31 :file:`/sys/bus/iio/devices/iio:device{X}/scan_elements/` directory. This
52 For example, a driver for a 3-axis accelerometer with 12 bit resolution where
53 data is stored in two 8-bits registers as follows::
56 +---+---+---+---+---+---+---+---+
57 |D3 |D2 |D1 |D0 | X | X | X | X | (LOW byte, address 0x06)
58 +---+---+---+---+---+---+---+---+
61 +---+---+---+---+---+---+---+---+
63 +---+---+---+---+---+---+---+---+
65 will have the following scan element type for each axis::
109 * and Z (with channel2 = IIO_MOD_Z, scan_index = 2) axis
118 Setting **scan_index** to -1 can be used to indicate that the specific channel
124 .. kernel-doc:: include/linux/iio/buffer.h
125 .. kernel-doc:: drivers/iio/industrialio-buffer.c