Lines Matching +full:range +full:- +full:double
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
33 * Setting the SUPPRESS bit suppresses Double Tap detection if
51 * behavior if Tap/Double Tap is enabled.
61 * value will prevent Tap/Double Tap functions from working.
71 * factor is 1.25 ms/LSB. A zero value will disable the Double Tap
82 * disable the Double Tap function.
152 * result in the function appearing un-responsive if the
162 * holds the threshold value for Free-Fall detection.
163 * The data format is unsigned. The root-sum-square(RSS) value
167 * result in undesirable behavior if Free-Fall interrupt is
178 * free_fall_threshold to generate a Free-Fall interrupt. The
180 * undesirable behavior if Free-Fall interrupt is enabled.
189 * RATE = 3200 Hz / (2^(15 - x)). Default value is 0x0A, or 100 Hz
201 * in Full-Resolution Mode, where the output resolution increases
202 * with RANGE to maintain a 4 mg/LSB scale factor. When this
203 * bit is cleared the device is in 10-bit Mode and RANGE determine the
204 * maximum g-Range and scale factor.
288 u32 ev_code_tap[3]; /* EV_KEY {X-Axis, Y-Axis, Z-Axis} */
291 * A valid BTN or KEY Code for Free-Fall or Activity enables
292 * input event reporting. A '0' disables the Free-Fall or
306 * The orientation function of the ADXL346 reports both 2-D and
307 * 3-D orientation concurrently.
339 * low-pass filter the measured acceleration for stable
354 u32 ev_codes_orient_2d[4]; /* EV_KEY {+X, -X, +Y, -Y} */
355 u32 ev_codes_orient_3d[6]; /* EV_KEY {+Z, +Y, +X, -X, -Y, -Z} */