:orphan: .. title:: choice: Integration time .. _choice_248: .. describe:: 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 =================== \ :option:`ISL29035 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`ISL29035_INTEGRATION_TIME_105K ` Choice options ============== - \ :option:`ISL29035_INTEGRATION_TIME_26 ` - \ :option:`ISL29035_INTEGRATION_TIME_410 ` - \ :option:`ISL29035_INTEGRATION_TIME_6500 ` - \ :option:`ISL29035_INTEGRATION_TIME_105K ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/isl29035/Kconfig:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:107`` Menu path: (Top) → Device Drivers → Sensor Drivers → ISL29035 light sensor .. parsed-literal:: choice bool "Integration time" default \ :option:`ISL29035_INTEGRATION_TIME_105K ` depends on \ :option:`ISL29035 ` && \ :option:`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.)*