-
CONFIG_LIS3MDL_ODR
¶
Output data rate
Type: string
Help¶
Magnetometer output data rate expressed in samples per second. Data rates supported by the chip are 0.625, 1.25, 2.5, 5, 10, 20, 40, 80, 155, 300, 560 and 1000.
Kconfig definition¶
At drivers/sensor/lis3mdl/Kconfig:68
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:62
→ drivers/sensor/Kconfig:80
Menu path: (top menu) → Device Drivers → Sensor Drivers → LIS3MDL magnetometer
config LIS3MDL_ODR string prompt "Output data rate" ifLIS3MDL
&&SENSOR
default "0.625" ifLIS3MDL
&&SENSOR
depends onLIS3MDL
&&SENSOR
help Magnetometer output data rate expressed in samples per second. Data rates supported by the chip are 0.625, 1.25, 2.5, 5, 10, 20, 40, 80, 155, 300, 560 and 1000.
(Definitions include propagated dependencies, including from if’s and menus.)