:orphan: .. title:: choice: Trigger mode .. _choice_382: .. 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:`ICM42605 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`ICM42605_TRIGGER_GLOBAL_THREAD ` Choice options ============== - \ :kconfig:`ICM42605_TRIGGER_NONE ` - \ :kconfig:`ICM42605_TRIGGER_GLOBAL_THREAD ` - \ :kconfig:`ICM42605_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/icm42605/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:103`` Menu path: (Top) → Device Drivers → Sensor Drivers → ICM42605 Six-Axis Motion Tracking Device .. code-block:: kconfig choice bool "Trigger mode" default ICM42605_TRIGGER_GLOBAL_THREAD depends on ICM42605 && SENSOR help Specify the type of triggering to be used by the driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*