:orphan: .. title:: choice: Trigger mode .. _choice_381: .. 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:`HMC5883L ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`HMC5883L_TRIGGER_GLOBAL_THREAD ` Choice options ============== - \ :kconfig:`HMC5883L_TRIGGER_NONE ` - \ :kconfig:`HMC5883L_TRIGGER_GLOBAL_THREAD ` - \ :kconfig:`HMC5883L_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/hmc5883l/Kconfig:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:97`` Menu path: (Top) → Device Drivers → Sensor Drivers → HMC5883L magnetometer .. code-block:: kconfig choice bool "Trigger mode" default HMC5883L_TRIGGER_GLOBAL_THREAD depends on HMC5883L && SENSOR help Specify the type of triggering to be used by the driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*