:orphan: .. title:: CONFIG_HMC5883L_ODR .. kconfig:: CONFIG_HMC5883L_ODR 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 =================== \ :kconfig:`HMC5883L ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - "15" Kconfig definition ================== At ``/sensor/hmc5883l/Kconfig:50`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:97`` 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.)*