:orphan: .. title:: choice: Trigger mode .. _choice_362: .. 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:`BMI160 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`BMI160_TRIGGER_GLOBAL_THREAD ` Choice options ============== - \ :kconfig:`BMI160_TRIGGER_NONE ` - \ :kconfig:`BMI160_TRIGGER_GLOBAL_THREAD ` - \ :kconfig:`BMI160_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/bmi160/Kconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:67`` Menu path: (Top) → Device Drivers → Sensor Drivers → Bosch BMI160 inertial measurement unit .. code-block:: kconfig choice bool "Trigger mode" default BMI160_TRIGGER_GLOBAL_THREAD depends on BMI160 && SENSOR help Specify the type of triggering to be used by the driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*