:orphan: .. title:: choice: Trigger mode .. _choice_240: .. describe:: choice: Trigger mode *Trigger mode* Type: ``bool`` Help ==== Specify the type of triggering to be used by the driver. Direct dependencies =================== \ :option:`HMC5883L ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`HMC5883L_TRIGGER_GLOBAL_THREAD ` Choice options ============== - \ :option:`HMC5883L_TRIGGER_NONE ` - \ :option:`HMC5883L_TRIGGER_GLOBAL_THREAD ` - \ :option:`HMC5883L_TRIGGER_OWN_THREAD ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/hmc5883l/Kconfig:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:89`` Menu path: (Top) → Device Drivers → Sensor Drivers → HMC5883L magnetometer .. parsed-literal:: choice bool "Trigger mode" default \ :option:`HMC5883L_TRIGGER_GLOBAL_THREAD ` depends on \ :option:`HMC5883L ` && \ :option:`SENSOR ` help Specify the type of triggering to be used by the driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*