:orphan: .. title:: LIS3MDL_ODR .. option:: 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 =================== \ :option:`LIS3MDL ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - "0.625" Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/lis3mdl/Kconfig:50`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:119`` Menu path: (Top) → Device Drivers → Sensor Drivers → LIS3MDL magnetometer .. parsed-literal:: config LIS3MDL_ODR string "Output data rate" default "0.625" depends on \ :option:`LIS3MDL ` && \ :option:`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.)*