Home
last modified time | relevance | path

Searched refs:proximity (Results 1 – 24 of 24) sorted by relevance

/Zephyr-latest/samples/sensor/proximity_polling/boards/
Dnrf52840dk_nrf52840.overlay14 proximity-gain = <4>;
15 proximity-pulse-length = <16>;
16 proximity-pulse-count = <15>;
17 proximity-high-threshold = <255>;
18 proximity-low-threshold = <0>;
19 proximity-led-drive-strength = <4>;
20 proximity-interrupt-filter = <0>;
/Zephyr-latest/samples/sensor/proximity_polling/
DREADME.rst5 Get proximity data from up to 10 proximity sensors (polling mode).
10 This sample demonstrates how to use one or multiple proximity sensors.
15 The sample supports up to 10 proximity sensors. The number of the sensors will
44 Found 1 proximity sensor(s): tmd2620@29
/Zephyr-latest/samples/sensor/vcnl4040/boards/
Dadafruit_feather_stm32f405.overlay14 proximity-it = "8";
15 proximity-trigger = "close";
/Zephyr-latest/drivers/sensor/sx9500/
DKconfig1 # SX9500 SAR proximity sensor configuration options
12 Enable driver for SX9500 I2C-based SAR proximity sensor.
20 The SX9500 offers 4 separate proximity channels. Choose which one
/Zephyr-latest/samples/sensor/vcnl4040/
DREADME.rst5 Get proximity and ambient light data from a VCNL4040 sensor (polling & trigger mode).
10 This sample periodically measures proximity and light for
51 Testing proximity trigger.
/Zephyr-latest/samples/sensor/sx9500/
DREADME.txt5 A simple example using the sx9500 SAR proximity sensor.
/Zephyr-latest/samples/sensor/apds9960/
DREADME.rst5 Get ambient light, RGB, and proximity/gesture data from an APDS9960 sensor.
11 ambient light, RGB, and proximity (or gesture) data. This sample checks the
/Zephyr-latest/samples/shields/x_nucleo_53l0a1/
DREADME.rst26 is something in proximity for each sensor. The left sensor is shown on the
28 The proximity threshold is configured in
/Zephyr-latest/samples/sensor/vl53l0x/
DREADME.rst12 It also shows how we can use the vl53l0x as a proximity sensor.
/Zephyr-latest/samples/boards/96boards/argonkey/sensors/
DREADME.rst80 #. *VL53L0x* proximity
87 The proximity sensor displays two lines:
/Zephyr-latest/drivers/sensor/st/vl53l0x/
DKconfig21 Threshold used for proximity detection when sensor is used with SENSOR_CHAN_PROX.
/Zephyr-latest/drivers/sensor/vishay/vcnl4040/
Dvcnl4040.h128 uint16_t proximity; member
Dvcnl4040.c70 &data->proximity); in vcnl4040_sample_fetch()
102 val->val1 = data->proximity; in vcnl4040_channel_get()
/Zephyr-latest/tests/drivers/build_all/sensor/
Di2c.dtsi664 proximity-gain = <4>;
665 proximity-pulse-length = <16>;
666 proximity-pulse-count = <15>;
667 proximity-high-threshold = <255>;
668 proximity-low-threshold = <0>;
669 proximity-led-drive-strength = <4>;
670 proximity-interrupt-filter = <0>;
883 proximity-it = "1";
/Zephyr-latest/drivers/sensor/vishay/vcnl36825t/
Dvcnl36825t.c182 rc = vcnl36825t_read(&config->i2c, VCNL36825T_REG_PS_DATA, &data->proximity); in vcnl36825t_sample_fetch()
205 val->val1 = data->proximity & VCNL36825T_OS_DATA_MSK; in vcnl36825t_channel_get()
Dvcnl36825t.h319 uint16_t proximity; member
/Zephyr-latest/samples/sensor/fdc2x1x/
DREADME.rst17 technique that can be applied to a variety of applications ranging from proximity
/Zephyr-latest/boards/cypress/cy8ckit_062_ble/doc/
Dindex.rst21 buttons, one CapSense proximity sensing header, an RGB LED, two user LEDs,
58 22. CapSense proximity header (J13)
/Zephyr-latest/boards/cypress/cy8ckit_062_wifi_bt/doc/
Dindex.rst49 20. CapSense proximity header (J13)
/Zephyr-latest/scripts/
Dspelling.txt1262 promixity||proximity
/Zephyr-latest/doc/releases/
Drelease-notes-2.0.rst304 …* Added LED current, proximity pulse length, ALS, and proximity gain configurations to APDS9960 dr…
Drelease-notes-3.6.rst600 * Added Vishay VCNL36825T proximity sensor driver.
Drelease-notes-2.4.rst544 * Added VCNL4040 proximity and light sensor driver.
Drelease-notes-2.5.rst56 * Changed vcnl4040 dts binding default for property 'proximity-trigger'.