- choice: Integration time
Integration time
Type: bool
Help
The sampling period of the internal ADC of the light sensor.
Lower integration time values mean lower ADC resolution.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
Choice options
Kconfig definition
At <Zephyr>/drivers/sensor/isl29035/Kconfig:41
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:64
→ <Zephyr>/drivers/sensor/Kconfig:119
Menu path: (Top) → Device Drivers → Sensor Drivers → ISL29035 light sensor
choice
bool "Integration time"
default ISL29035_INTEGRATION_TIME_105K
depends on ISL29035 && SENSOR
help
The sampling period of the internal ADC of the light sensor.
Lower integration time values mean lower ADC resolution.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)