Searched refs:proximity (Results 1 – 24 of 24) sorted by relevance
/Zephyr-latest/samples/sensor/proximity_polling/boards/ |
D | nrf52840dk_nrf52840.overlay | 14 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/ |
D | README.rst | 5 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/ |
D | adafruit_feather_stm32f405.overlay | 14 proximity-it = "8"; 15 proximity-trigger = "close";
|
/Zephyr-latest/drivers/sensor/sx9500/ |
D | Kconfig | 1 # 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/ |
D | README.rst | 5 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/ |
D | README.txt | 5 A simple example using the sx9500 SAR proximity sensor.
|
/Zephyr-latest/samples/sensor/apds9960/ |
D | README.rst | 5 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/ |
D | README.rst | 26 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/ |
D | README.rst | 12 It also shows how we can use the vl53l0x as a proximity sensor.
|
/Zephyr-latest/samples/boards/96boards/argonkey/sensors/ |
D | README.rst | 80 #. *VL53L0x* proximity 87 The proximity sensor displays two lines:
|
/Zephyr-latest/drivers/sensor/st/vl53l0x/ |
D | Kconfig | 21 Threshold used for proximity detection when sensor is used with SENSOR_CHAN_PROX.
|
/Zephyr-latest/drivers/sensor/vishay/vcnl4040/ |
D | vcnl4040.h | 128 uint16_t proximity; member
|
D | vcnl4040.c | 70 &data->proximity); in vcnl4040_sample_fetch() 102 val->val1 = data->proximity; in vcnl4040_channel_get()
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | i2c.dtsi | 664 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/ |
D | vcnl36825t.c | 182 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()
|
D | vcnl36825t.h | 319 uint16_t proximity; member
|
/Zephyr-latest/samples/sensor/fdc2x1x/ |
D | README.rst | 17 technique that can be applied to a variety of applications ranging from proximity
|
/Zephyr-latest/boards/cypress/cy8ckit_062_ble/doc/ |
D | index.rst | 21 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/ |
D | index.rst | 49 20. CapSense proximity header (J13)
|
/Zephyr-latest/scripts/ |
D | spelling.txt | 1262 promixity||proximity
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.0.rst | 304 …* Added LED current, proximity pulse length, ALS, and proximity gain configurations to APDS9960 dr…
|
D | release-notes-3.6.rst | 600 * Added Vishay VCNL36825T proximity sensor driver.
|
D | release-notes-2.4.rst | 544 * Added VCNL4040 proximity and light sensor driver.
|
D | release-notes-2.5.rst | 56 * Changed vcnl4040 dts binding default for property 'proximity-trigger'.
|