-
choice IIS2MDC_TRIGGER_MODE: Trigger mode
Trigger mode
Type: bool
Help¶
Specify the type of triggering to be used by the driver.
Default¶
Kconfig definition¶
At <Zephyr Driver>/sensor/iis2mdc/Kconfig:14
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Zephyr Driver>/Kconfig:64
→ <Zephyr Driver>/sensor/Kconfig:111
Menu path: (Top) → Device Drivers → Sensor Drivers → IIS2MDC Magnetometer
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.)