Lines Matching +full:measurement +full:- +full:mode
2 # SPDX-License-Identifier: Apache-2.0
10 include: [sensor-device.yaml, i2c-device.yaml]
13 operation-mode:
18 Mode of operation.
19 - "auto": the sensor performs sampling continuously,
20 - "force": the sampling is performed on every fetch command.
24 Note: "force"-mode only available if low-power mode inactive.
26 measurement-period:
31 Measurement period of the sensors in ms.
34 - [10, 80] ms only if low power mode is inactive
35 - [80, 320] ms only in low power mode
37 Defaults to 40 ms which is supported in both normal and low-power mode.
39 proximity-it:
47 proximity-itb:
55 multi-pulse:
60 Number of pulses per single measurement.
64 laser-current:
69 Current used by the laser during measurement periods.
72 low-power:
75 Activate low power mode.
76 This allows to increase the measurement period up to 320 ms.
78 high-gain:
81 Activate the high gain mode.
83 sunlight-cancellation:
88 high-dynamic-output:
91 Activate 16bit high dynamic output mode.
94 int-gpios:
95 type: phandle-array
98 The signal is active-low as produced by the sensor.
100 int-mode:
106 - "normal": signal if exceeds high or falls below lower threshold
108 - "first high": signal if exceeds high threshold first time and signal again
111 - "logic high / low": signal if high threshold is exceeded and proximity counts is reached,
113 Defaults to "normal" as this is the easiest configurable mode.
115 int-proximity-count:
123 int-smart-persistence: