Lines Matching +full:proximity +full:- +full:high +full:- +full:threshold

2 # SPDX-License-Identifier: Apache-2.0
5 VCNL36825T proximity and ambient light sensor. See datasheet at
10 include: [sensor-device.yaml, i2c-device.yaml]
13 operation-mode:
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:
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:
44 Proximity integration time in T.
47 proximity-itb:
52 Duration of the proximity integration time T in us.
55 multi-pulse:
64 laser-current:
72 low-power:
78 high-gain:
81 Activate the high gain mode.
83 sunlight-cancellation:
88 high-dynamic-output:
91 Activate 16bit high dynamic output mode.
92 Cannot be used with threshold interrupt.
94 int-gpios:
95 type: phandle-array
98 The signal is active-low as produced by the sensor.
100 int-mode:
103 enum: ["normal", "first high", "logic high / low"]
106 - "normal": signal if exceeds high or falls below lower threshold
107 and proximity count is reached.
108 - "first high": signal if exceeds high threshold first time and signal again
109 if falls below lower threshold, and proximity count is reached.
110 Do not trigger if high threshold was never exceeded.
111 - "logic high / low": signal if high threshold is exceeded and proximity counts is reached,
112 deactivate if falls below lower threshold.
115 int-proximity-count:
120 Number of consecutive measurements above/below threshold to signal an interrupt.
123 int-smart-persistence: