:orphan: .. title:: choice: Interrupt persist cycles .. _choice_392: .. describe:: choice: Interrupt persist cycles *Interrupt persist cycles* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`ISL29035_TRIGGER ` && \ :kconfig:`ISL29035 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`ISL29035_INT_PERSIST_1 ` Choice options ============== - \ :kconfig:`ISL29035_INT_PERSIST_1 ` - \ :kconfig:`ISL29035_INT_PERSIST_4 ` - \ :kconfig:`ISL29035_INT_PERSIST_8 ` - \ :kconfig:`ISL29035_INT_PERSIST_16 ` Kconfig definition ================== At ``/sensor/isl29035/Kconfig:121`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:117`` Menu path: (Top) → Device Drivers → Sensor Drivers → ISL29035 light sensor .. code-block:: kconfig choice bool "Interrupt persist cycles" default ISL29035_INT_PERSIST_1 depends on ISL29035_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.)*