-
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.
Kconfig definition¶
At drivers/sensor/hmc5883l/Kconfig:82
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:62
→ drivers/sensor/Kconfig:64
Menu path: (top menu) → Device Drivers → Sensor Drivers → HMC5883L magnetometer
config HMC5883L_ODR string prompt "Output data rate" ifHMC5883L
&&SENSOR
default "15" ifHMC5883L
&&SENSOR
depends onHMC5883L
&&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.)