:orphan: .. title:: choice: Trigger mode .. _choice_342: .. describe:: choice: Trigger mode *Trigger mode* Type: ``bool`` Help ==== .. code-block:: none Specify the type of triggering to be used by the driver. Direct dependencies =================== \ :kconfig:`BMA280 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`BMA280_TRIGGER_GLOBAL_THREAD ` Choice options ============== - \ :kconfig:`BMA280_TRIGGER_NONE ` - \ :kconfig:`BMA280_TRIGGER_GLOBAL_THREAD ` - \ :kconfig:`BMA280_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/bma280/Kconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:57`` Menu path: (Top) → Device Drivers → Sensor Drivers → BMA280 Three Axis Accelerometer Family .. code-block:: kconfig choice bool "Trigger mode" default BMA280_TRIGGER_GLOBAL_THREAD depends on BMA280 && SENSOR help Specify the type of triggering to be used by the driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*