Home
last modified time | relevance | path

Searched full:isl29035 (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/drivers/sensor/renesas/isl29035/
DKconfig1 # ISL29035 light sensor configuration options
6 menuconfig ISL29035 config
7 bool "ISL29035 light sensor"
12 Enable driver for the ISL29035 light sensor.
14 if ISL29035
68 Sensing mode in which the ISL29035 will function. The chip can be
148 endif # ISL29035
DCMakeLists.txt5 zephyr_library_sources(isl29035.c)
Disl29035_trigger.c1 /* sensor_isl29035.c - trigger support for ISL29035 light sensor */
15 #include "isl29035.h"
19 LOG_MODULE_DECLARE(ISL29035, CONFIG_SENSOR_LOG_LEVEL);
112 LOG_ERR("isl29035: Error reading command register"); in isl29035_thread_cb()
Disl29035.c1 /* sensor_isl29035.c - driver for ISL29035 light sensor */
18 #include "isl29035.h"
20 LOG_MODULE_REGISTER(ISL29035, CONFIG_SENSOR_LOG_LEVEL);
Disl29035.h1 /* sensor_isl29035.h - header file for ISL29035 light sensor driver */
/Zephyr-latest/dts/bindings/sensor/
Disil,isl29035.yaml5 Intersil ISL29035 Light Sensor. See datasheet at
6 https://www.renesas.com/us/en/www/doc/datasheet/isl29035.pdf
8 compatible: "isil,isl29035"
/Zephyr-latest/samples/sensor/isl29035/
DREADME.rst1 .. zephyr:code-sample:: isl29035
2 :name: ISL29035 Digital Light Sensor
5 Get light intensity data from an ISL29035 sensor (polling & trigger mode).
14 ISL29035 sensor every 10 seconds if it is within +/- 50 lux of the last
30 :zephyr-app: samples/sensor/isl29035
Dsample.yaml2 name: ISL29035 Digital Light Sensor
4 sample.sensor.isl29035:
DCMakeLists.txt5 project(isl29035) project
/Zephyr-latest/samples/sensor/isl29035/boards/
Dnrf52dk_nrf52832.overlay8 isl29035@44 {
9 compatible = "isil,isl29035";
/Zephyr-latest/drivers/sensor/renesas/
DCMakeLists.txt7 add_subdirectory_ifdef(CONFIG_ISL29035 isl29035)
DKconfig7 source "drivers/sensor/renesas/isl29035/Kconfig"
/Zephyr-latest/samples/sensor/isl29035/src/
Dmain.c59 printf("Cannot read ISL29035 value\n"); in process_sample()
/Zephyr-latest/tests/drivers/build_all/sensor/
Di2c.dtsi158 test_i2c_isl29035: isl29035@14 {
159 compatible = "isil,isl29035";
/Zephyr-latest/doc/releases/
Drelease-notes-1.14.rst2021 * :github:`10585` - [Coverity CID :188740]Error handling issues in /drivers/sensor/isl29035/isl2903…