:orphan: .. title:: choice: Trigger mode .. _choice_232: .. describe:: choice: Trigger mode *Trigger mode* Type: ``bool`` Help ==== Specify the type of triggering to be used by the driver. Direct dependencies =================== \ :option:`CCS811 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`CCS811_TRIGGER_NONE ` Choice options ============== - \ :option:`CCS811_TRIGGER_NONE ` - \ :option:`CCS811_TRIGGER_GLOBAL_THREAD ` - \ :option:`CCS811_TRIGGER_OWN_THREAD ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/ccs811/Kconfig:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:73`` Menu path: (Top) → Device Drivers → Sensor Drivers → CCS811 Digital Gas Sensor .. parsed-literal:: choice bool "Trigger mode" default \ :option:`CCS811_TRIGGER_NONE ` depends on \ :option:`CCS811 ` && \ :option:`SENSOR ` help Specify the type of triggering to be used by the driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*