Home
last modified time | relevance | path

Searched full:vcnl36825t (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/drivers/sensor/vishay/vcnl36825t/
DKconfig1 # VCNL36825T Proximity Sensor configuration options
6 config VCNL36825T config
7 bool "VCNL36825T Proximity Sensor"
12 Enable driver for VCNL36825T sensors.
14 if VCNL36825T
58 endif # VCNL36825T
DCMakeLists.txt6 zephyr_library_sources(vcnl36825t.c)
Dvcnl36825t_trigger.c9 #include "vcnl36825t.h"
22 LOG_MODULE_DECLARE(VCNL36825T, CONFIG_SENSOR_LOG_LEVEL);
Dvcnl36825t.c9 #include "vcnl36825t.h"
21 LOG_MODULE_REGISTER(VCNL36825T, CONFIG_SENSOR_LOG_LEVEL);
264 * @param dev pointer to the VCNL36825T instance
Dvcnl36825t.h218 /* see application note "Designing the VCNL36825T Into an Application": power up takes 2500 us */
/Zephyr-latest/dts/bindings/sensor/
Dvishay,vcnl36825t.yaml5 VCNL36825T proximity and ambient light sensor. See datasheet at
6 https://www.vishay.com/docs/84274/vcnl36825t.pdf
8 compatible: "vishay,vcnl36825t"
/Zephyr-latest/drivers/sensor/vishay/
DCMakeLists.txt5 add_subdirectory_ifdef(CONFIG_VCNL36825T vcnl36825t)
DKconfig5 source "drivers/sensor/vishay/vcnl36825t/Kconfig"
/Zephyr-latest/tests/drivers/build_all/sensor/
Di2c.dtsi879 test_i2c_vishay_vcnl36825t: vcnl36825t@81 {
880 compatible = "vishay,vcnl36825t";
/Zephyr-latest/doc/releases/
Drelease-notes-3.6.rst600 * Added Vishay VCNL36825T proximity sensor driver.
Drelease-notes-4.0.rst828 * Added trigger capability to VCNL36825T driver.