-
choice: Interrupt persist cycles
Interrupt persist cycles
Type: bool
Help¶
Number of consecutive integration cycles for which the data samples need to remain outside the threshold window in order for the interrupt to be triggered.
Direct dependencies¶
ISL29035_TRIGGER
&& ISL29035
&& SENSOR
(Includes any dependencies from ifs and menus.)
Default¶
Choice options¶
Kconfig definition¶
At <Zephyr>/drivers/sensor/isl29035/Kconfig:121
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:62
→ <Zephyr>/drivers/sensor/Kconfig:105
Menu path: (Top) → Device Drivers → Sensor Drivers → ISL29035 light sensor
choice bool "Interrupt persist cycles" defaultISL29035_INT_PERSIST_1
depends onISL29035_TRIGGER
&&ISL29035
&&SENSOR
help Number of consecutive integration cycles for which the data samples need to remain outside the threshold window in order for the interrupt to be triggered.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)