choice LIS3MDL_TRIGGER_MODE: Trigger mode

Trigger mode

Type: bool

Help

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

Direct dependencies

BOARD_B_L4S5I_IOT01A || BOARD_DISCO_L475_IOT1 || (LIS3MDL && SENSOR)

(Includes any dependencies from ifs and menus.)

Kconfig definitions

At <Zephyr>/boards/arm/b_l4s5i_iot01a/Kconfig.defconfig:15

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

choice LIS3MDL_TRIGGER_MODE
    bool
    default LIS3MDL_TRIGGER_NONE
    depends on BOARD_B_L4S5I_IOT01A

At <Zephyr>/boards/arm/disco_l475_iot1/Kconfig.defconfig:20

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

choice LIS3MDL_TRIGGER_MODE
    bool
    default LIS3MDL_TRIGGER_NONE
    depends on BOARD_DISCO_L475_IOT1

At <Zephyr>/drivers/sensor/lis3mdl/Kconfig:12

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:62<Zephyr>/drivers/sensor/Kconfig:117

Menu path: (Top) → Device Drivers → Sensor Drivers → LIS3MDL magnetometer

choice LIS3MDL_TRIGGER_MODE
    bool "Trigger mode"
    default LIS3MDL_TRIGGER_GLOBAL_THREAD
    depends on LIS3MDL && SENSOR
    help
      Specify the type of triggering to be used by the driver.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)