Lines Matching +full:event +full:- +full:range

2 # SPDX-License-Identifier: Apache-2.0
9 #include <zephyr/dt-bindings/sensor/iis2dlpc.h>
14 tap-mode = <IIS2DLPC_DT_SINGLE_DOUBLE_TAP>;
15 power-mode = <IIS2DLPC_DT_HP_MODE>;
18 include: sensor-device.yaml
21 drdy-gpios:
22 type: phandle-array
30 drdy-int:
40 configuration at power-up.
42 - 1 # drdy is generated from INT1
43 - 2 # drdy is generated from INT2
45 range:
49 Range in g. Default is power-up configuration.
51 - 16 # 16g (1.952 mg/LSB)
52 - 8 # 8g (0.976 mg/LSB)
53 - 4 # 4g (0.488 mg/LSB)
54 - 2 # 2g (0.244 mg/LSB)
58 power-mode:
62 Specify the sensor power mode. Default is power-up configuration.
64 - 0 # IIS2DLPC_DT_LP_M1
65 - 1 # IIS2DLPC_DT_LP_M2
66 - 2 # IIS2DLPC_DT_LP_M3
67 - 3 # IIS2DLPC_DT_LP_M4
68 - 4 # IIS2DLPC_DT_HP_MODE
72 # tap and tap-tap configuration section
73 # All default values are selected to match the power-up values.
74 # tap and tap-tap events can be generated on INT1 only.
76 tap-mode:
80 Tap mode. Default is power-up configuration.
82 - 0 # IIS2DLPC_DT_SINGLE_TAP
83 - 1 # IIS2DLPC_DT_SINGLE_DOUBLE_TAP
87 tap-threshold:
91 Tap X/Y/Z axes threshold. Default is power-up configuration.
92 (X/Y/Z values range from 0x00 to 0x1F)
94 Thresholds to start the tap-event detection procedure on the X/Y/Z axes.
95 Threshold values for each axis are unsigned 5-bit corresponding
96 to a 2g acceleration full-scale range. A threshold value equal to zero
102 tap-threshold = <12>, <0>, <14>
106 tap-shock:
110 Tap shock value. Default is power-up configuration.
111 (values range from 0x0 to 0x3)
112 This register represents the maximum time of an over-threshold signal
113 detection to be recognized as a tap event. Where 0 equals 4*1/ODR and
116 tap-latency:
120 Tap latency. Default is power-up configuration.
121 (values range from 0x0 to 0xF)
122 When double-tap recognition is enabled, this register expresses the
124 double-tap event. Where 0 equals 16*1/ODR and 1LSB = 32*1/ODR.
126 tap-quiet:
130 Expected quiet time after a tap detection. Default is power-up configuration.
131 (values range from 0x0 to 0x3)
133 there must not be any overthreshold event. Where 0 equals 2*1/ODR