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.
Default
“0.625”
Kconfig definition
At <Zephyr>/drivers/sensor/lis3mdl/Kconfig:50
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:64
→ <Zephyr>/drivers/sensor/Kconfig:133
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.)