The latest development version of this page may be more current than this released 1.14.0 version.
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 if’s and menus.)

Defaults

Kconfig definition

At drivers/sensor/lis3mdl/Kconfig:68

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

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

config LIS3MDL_ODR
    string
    prompt "Output data rate" if LIS3MDL && SENSOR
    default "0.625" if LIS3MDL && SENSOR
    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.

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