Lines Matching +full:capture +full:- +full:channels
11 The Industrial I/O core offers a way for continuous data capture based on a
12 trigger source. Multiple data channels can be read at once from
23 * :file:`enable`, activate buffer capture.
35 is non *zero*, then a triggered capture will contain data samples for this
50 For example, a driver for a 3-axis accelerometer with 12 bit resolution where
51 data is stored in two 8-bits registers as follows::
54 +---+---+---+---+---+---+---+---+
56 +---+---+---+---+---+---+---+---+
59 +---+---+---+---+---+---+---+---+
61 +---+---+---+---+---+---+---+---+
111 Here **scan_index** defines the order in which the enabled channels are placed
112 inside the buffer. Channels with a lower **scan_index** will be placed before
113 channels with a higher index. Each channel needs to have a unique
116 Setting **scan_index** to -1 can be used to indicate that the specific channel
117 does not support buffered capture. In this case no entries will be created for
122 .. kernel-doc:: include/linux/iio/buffer.h
123 .. kernel-doc:: drivers/iio/industrialio-buffer.c