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