:orphan: .. title:: choice IIS3DHHC_TRIGGER_MODE: Trigger mode .. _choice_387: .. describe:: choice IIS3DHHC_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:`IIS3DHHC ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`IIS3DHHC_TRIGGER_GLOBAL_THREAD ` Choice options ============== - \ :kconfig:`IIS3DHHC_TRIGGER_NONE ` - \ :kconfig:`IIS3DHHC_TRIGGER_GLOBAL_THREAD ` - \ :kconfig:`IIS3DHHC_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/iis3dhhc/Kconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:113`` Menu path: (Top) → Device Drivers → Sensor Drivers → IIS3DHHC accelerometer sensor .. code-block:: kconfig choice IIS3DHHC_TRIGGER_MODE bool "Trigger mode" default IIS3DHHC_TRIGGER_GLOBAL_THREAD depends on IIS3DHHC && SENSOR help Specify the type of triggering to be used by the driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*