Lines Matching +full:average +full:- +full:mode
3 # SPDX-License-Identifier: Apache-2.0
10 #include <zephyr/dt-bindings/sensor/lps22df.h>
20 include: sensor-device.yaml
23 drdy-gpios:
24 type: phandle-array
32 drdy-pulsed:
35 Selects the pulsed mode for data-ready interrupt when enabled,
36 and the latched mode when disabled.
43 The default is the power-on reset value.
45 - 0 # LPS2xDF_DT_ODR_POWER_DOWN
46 - 1 # LPS2xDF_DT_ODR_1HZ
47 - 2 # LPS2xDF_DT_ODR_4HZ
48 - 3 # LPS2xDF_DT_ODR_10HZ
49 - 4 # LPS2xDF_DT_ODR_25HZ
50 - 5 # LPS2xDF_DT_ODR_50HZ
51 - 6 # LPS2xDF_DT_ODR_75HZ
52 - 7 # LPS2xDF_DT_ODR_100HZ
53 - 8 # LPS2xDF_DT_ODR_200HZ
62 The default is the power-on reset value.
64 - 0 # LPS2xDF_DT_LP_FILTER_OFF
65 - 1 # LPS2xDF_DT_LP_FILTER_ODR_4
66 - 3 # LPS2xDF_DT_LP_FILTER_ODR_9
74 Specify the average filter value (i.e. number of samples) to be applied
76 The default is the power-on reset value.
78 - 0 # LPS2xDF_DT_AVG_4_SAMPLES
79 - 1 # LPS2xDF_DT_AVG_8_SAMPLES
80 - 2 # LPS2xDF_DT_AVG_16_SAMPLES
81 - 3 # LPS2xDF_DT_AVG_32_SAMPLES
82 - 4 # LPS2xDF_DT_AVG_64_SAMPLES
83 - 5 # LPS2xDF_DT_AVG_128_SAMPLES
84 - 6 # LPS2xDF_DT_AVG_256_SAMPLES
85 - 7 # LPS2xDF_DT_AVG_512_SAMPLES