:orphan: .. title:: choice: Trigger mode .. _choice_250: .. describe:: choice: Trigger mode *Trigger mode* Type: ``bool`` Help ==== Specify the type of triggering to be used by the driver. Only available for ambient light sensing mode. Direct dependencies =================== \ :option:`ISL29035_MODE_ALS ` && \ :option:`GPIO ` && \ :option:`ISL29035 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`ISL29035_TRIGGER_NONE ` Choice options ============== - \ :option:`ISL29035_TRIGGER_NONE ` - \ :option:`ISL29035_TRIGGER_GLOBAL_THREAD ` - \ :option:`ISL29035_TRIGGER_OWN_THREAD ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/isl29035/Kconfig:81`` 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 "Trigger mode" default \ :option:`ISL29035_TRIGGER_NONE ` depends on \ :option:`ISL29035_MODE_ALS ` && \ :option:`GPIO ` && \ :option:`ISL29035 ` && \ :option:`SENSOR ` help Specify the type of triggering to be used by the driver. Only available for ambient light sensing mode. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*