The latest development version of this page may be more current than this released 1.14.0 version.
choice: Trigger mode

Trigger mode

Type: bool

Help

Specify the type of triggering to be used by the driver.

Direct dependencies

HMC5883L && SENSOR

(Includes any dependencies from if’s and menus.)

Kconfig definition

At drivers/sensor/hmc5883l/Kconfig:28

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:62drivers/sensor/Kconfig:64

Menu path: (top menu) → Device Drivers → Sensor Drivers → HMC5883L magnetometer

choice
    bool
    prompt "Trigger mode" if HMC5883L && SENSOR
    default HMC5883L_TRIGGER_GLOBAL_THREAD if HMC5883L && SENSOR
    depends on HMC5883L && SENSOR
    help
      Specify the type of triggering to be used by the driver.

(Definitions include propagated dependencies, including from if’s and menus.)