Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/ams/tsl2591/
DKconfig4 menuconfig TSL2591 config
5 bool "OSRAM-AMS TSL2591 light sensor"
10 Enable driver for TSL2591 sensor.
12 if TSL2591
65 endif # TSL2591
DCMakeLists.txt5 zephyr_library_sources(tsl2591.c)
Dtsl2591_trigger.c7 #include "tsl2591.h"
9 LOG_MODULE_DECLARE(TSL2591, CONFIG_SENSOR_LOG_LEVEL);
Dtsl2591.h13 #include <zephyr/drivers/sensor/tsl2591.h>
Dtsl2591.c12 #include "tsl2591.h"
14 LOG_MODULE_REGISTER(TSL2591, CONFIG_SENSOR_LOG_LEVEL);
/Zephyr-latest/dts/bindings/sensor/
Dams,tsl2591.yaml5 OSRAM ams TSL2591 ambient light sensor.
7 compatible: "ams,tsl2591"
15 The interrupt pin of the TSL2591 is open-drain, active low.
/Zephyr-latest/include/zephyr/drivers/sensor/
Dtsl2591.h9 * @brief Extended public API for AMS's TSL2591 ambient light sensor
11 * This exposes attributes for the TSL2591 which can be used for
/Zephyr-latest/drivers/sensor/ams/
DCMakeLists.txt13 add_subdirectory_ifdef(CONFIG_TSL2591 tsl2591)
DKconfig13 source "drivers/sensor/ams/tsl2591/Kconfig"
/Zephyr-latest/tests/drivers/build_all/sensor/
Di2c.dtsi907 test_i2c_tsl2591: tsl2591@84 {
908 compatible = "ams,tsl2591";
/Zephyr-latest/doc/releases/
Drelease-notes-3.7.rst1109 * Added TSL2591 light sensor driver (:dtcompatible:`ams,tsl2591`).