CONFIG_LIS3MDL_ODR

Output data rate

Type: string

Help

Magnetometer output data rate expressed in samples per second. Data rates supported by the chip are 0.625, 1.25, 2.5, 5, 10, 20, 40, 80, 155, 300, 560 and 1000.

Direct dependencies

LIS3MDL && SENSOR

(Includes any dependencies from ifs and menus.)

Default

  • “0.625”

Kconfig definition

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

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

config LIS3MDL_ODR
    string "Output data rate"
    default "0.625"
    depends on LIS3MDL && SENSOR
    help
      Magnetometer output data rate expressed in samples per second.
      Data rates supported by the chip are 0.625, 1.25, 2.5, 5, 10, 20,
      40, 80, 155, 300, 560 and 1000.

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