The latest development version of this page may be more current than this released 1.14.1 version.
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

HMC5883L && SENSOR

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/sensor/hmc5883l/Kconfig:82

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:62drivers/sensor/Kconfig:64

Menu path: (top menu) → Device Drivers → Sensor Drivers → HMC5883L magnetometer

config HMC5883L_ODR
    string
    prompt "Output data rate" if HMC5883L && SENSOR
    default "15" if HMC5883L && SENSOR
    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.

(Definitions include propagated dependencies, including from if’s and menus.)