:orphan: .. title:: choice: Trigger mode .. _choice_198: .. describe:: choice: Trigger mode *Trigger mode* Type: ``bool`` Help ==== .. code-block:: none 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 ================== At ``/sensor/adxl362/Kconfig:59`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:45`` Menu path: (Top) → Device Drivers → Sensor Drivers → ADXL362 sensor .. code-block:: kconfig choice bool "Trigger mode" default ADXL362_TRIGGER_NONE depends on ADXL362 && SENSOR help Specify the type of triggering used by the driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*