:orphan: .. title:: choice: Trigger mode .. _choice_190: .. describe:: choice: Trigger mode *Trigger mode* Type: ``bool`` Help ==== Specify the type of triggering used by the driver. Direct dependencies =================== \ :option:`ADXL362 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`ADXL362_TRIGGER_NONE ` Choice options ============== - \ :option:`ADXL362_TRIGGER_NONE ` - \ :option:`ADXL362_TRIGGER_GLOBAL_THREAD ` - \ :option:`ADXL362_TRIGGER_OWN_THREAD ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/adxl362/Kconfig:59`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:45`` Menu path: (Top) → Device Drivers → Sensor Drivers → ADXL362 sensor .. parsed-literal:: choice bool "Trigger mode" default \ :option:`ADXL362_TRIGGER_NONE ` depends on \ :option:`ADXL362 ` && \ :option:`SENSOR ` help Specify the type of triggering used by the driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*