:orphan: .. title:: CONFIG_LIS3MDL_ODR .. kconfig:: CONFIG_LIS3MDL_ODR CONFIG_LIS3MDL_ODR ################## *Output data rate* Type: ``string`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`LIS3MDL ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - "0.625" Kconfig definition ================== At ``/sensor/lis3mdl/Kconfig:50`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:133`` Menu path: (Top) → Device Drivers → Sensor Drivers → LIS3MDL magnetometer .. code-block:: kconfig 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.)*