:orphan: .. title:: choice IIS2MDC_TRIGGER_MODE: Trigger mode .. _choice_386: .. describe:: choice IIS2MDC_TRIGGER_MODE: Trigger mode *Trigger mode* Type: ``bool`` Help ==== .. code-block:: none Specify the type of triggering to be used by the driver. Direct dependencies =================== \ :kconfig:`IIS2MDC ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`IIS2MDC_TRIGGER_GLOBAL_THREAD ` Choice options ============== - \ :kconfig:`IIS2MDC_TRIGGER_NONE ` - \ :kconfig:`IIS2MDC_TRIGGER_GLOBAL_THREAD ` - \ :kconfig:`IIS2MDC_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/iis2mdc/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:111`` Menu path: (Top) → Device Drivers → Sensor Drivers → IIS2MDC Magnetometer .. code-block:: kconfig choice IIS2MDC_TRIGGER_MODE bool "Trigger mode" default IIS2MDC_TRIGGER_GLOBAL_THREAD depends on IIS2MDC && SENSOR help Specify the type of triggering to be used by the driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*