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.)

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"
    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.)