:orphan: .. title:: choice: Trigger mode .. _choice_335: .. describe:: choice: Trigger mode *Trigger mode* Type: ``bool`` Help ==== .. code-block:: none Specify the type of triggering used by the driver. Direct dependencies =================== \ :kconfig:`ADXL372 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`ADXL372_TRIGGER_NONE ` Choice options ============== - \ :kconfig:`ADXL372_TRIGGER_NONE ` - \ :kconfig:`ADXL372_TRIGGER_GLOBAL_THREAD ` - \ :kconfig:`ADXL372_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/adxl372/Kconfig:183`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:47`` Menu path: (Top) → Device Drivers → Sensor Drivers → ADXL372 Three Axis High-g I2C/SPI accelerometer .. code-block:: kconfig choice bool "Trigger mode" default ADXL372_TRIGGER_NONE depends on ADXL372 && SENSOR help Specify the type of triggering used by the driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*