:orphan: .. title:: HMC5883L_ODR .. option:: CONFIG_HMC5883L_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.75, 1.5, 3, 7.5, 15, 30 and 75. Direct dependencies =================== \ :option:`HMC5883L ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - "15" Kconfig definition ================== At ``/sensor/hmc5883l/Kconfig:50`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:95`` Menu path: (Top) → Device Drivers → Sensor Drivers → HMC5883L magnetometer .. code-block:: kconfig config HMC5883L_ODR string "Output data rate" default "15" depends on HMC5883L && SENSOR help Magnetometer output data rate expressed in samples per second. Data rates supported by the chip are 0.75, 1.5, 3, 7.5, 15, 30 and 75. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*