Lines Matching +full:power +full:- +full:stable +full:- +full:time

1 /* SPDX-License-Identifier: GPL-2.0-or-later */
58 * is an unsigned time value representing the maximum
59 * time that an event must be above the tap_threshold threshold
68 * is an unsigned time value representing the wait time
69 * from the detection of a tap event to the opening of the time
79 * is an unsigned time value representing the amount
80 * of time after the expiration of tap_latency during which a second
145 * is an unsigned time value representing the
146 * amount of time that acceleration must be below the value in
152 * result in the function appearing un-responsive if the
153 * inactivity_time register is set with a value less than the time
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
176 * is an unsigned time value representing the minimum
177 * time that the RSS value of all axes must be less than
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
203 * bit is cleared the device is in 10-bit Mode and RANGE determine the
204 * maximum g-Range and scale factor.
218 * power operation with somewhat higher noise.
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} */