CONFIG_LIS2MDL_MAG_ODR_RUNTIME¶
Set magnetometer sampling frequency (ODR) at runtime (default: 10 Hz)
Type: bool
Default¶
- y 
Kconfig definition¶
At <Zephyr Driver>/sensor/lis2mdl/Kconfig:52
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:64 → <Zephyr Driver>/sensor/Kconfig:129
Menu path: (Top) → Device Drivers → Sensor Drivers → LIS2MDL Magnetometer
config LIS2MDL_MAG_ODR_RUNTIME
    bool "Set magnetometer sampling frequency (ODR) at runtime (default: 10 Hz)"
    default y
    depends on LIS2MDL && SENSOR
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)