Searched full:vcnl36825t (Results 1 – 11 of 11) sorted by relevance
1 # VCNL36825T Proximity Sensor configuration options6 config VCNL36825T config7 bool "VCNL36825T Proximity Sensor"12 Enable driver for VCNL36825T sensors.14 if VCNL36825T58 endif # VCNL36825T
6 zephyr_library_sources(vcnl36825t.c)
9 #include "vcnl36825t.h"22 LOG_MODULE_DECLARE(VCNL36825T, CONFIG_SENSOR_LOG_LEVEL);
9 #include "vcnl36825t.h"21 LOG_MODULE_REGISTER(VCNL36825T, CONFIG_SENSOR_LOG_LEVEL);264 * @param dev pointer to the VCNL36825T instance
218 /* see application note "Designing the VCNL36825T Into an Application": power up takes 2500 us */
5 VCNL36825T proximity and ambient light sensor. See datasheet at6 https://www.vishay.com/docs/84274/vcnl36825t.pdf8 compatible: "vishay,vcnl36825t"
5 add_subdirectory_ifdef(CONFIG_VCNL36825T vcnl36825t)
5 source "drivers/sensor/vishay/vcnl36825t/Kconfig"
879 test_i2c_vishay_vcnl36825t: vcnl36825t@81 {880 compatible = "vishay,vcnl36825t";
600 * Added Vishay VCNL36825T proximity sensor driver.
828 * Added trigger capability to VCNL36825T driver.