CONFIG_LSM303DLHC_MAGN_ODR¶
Data rate frequency
Type: int
Help¶
0: 0.75Hz
1: 1.5 Hz
2: 3Hz
3: 7.5Hz
4: 15Hz
5: 30Hz
6: 75Hz
7: 220Hz
Default¶
0
Kconfig definition¶
At <Zephyr Driver>/sensor/lsm303dlhc_magn/Kconfig:26
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Zephyr Driver>/Kconfig:64
→ <Zephyr Driver>/sensor/Kconfig:143
Menu path: (Top) → Device Drivers → Sensor Drivers → LSM303DLHC Three Axis Magnetometer
config LSM303DLHC_MAGN_ODR
int "Data rate frequency"
range 0 7
default 0
depends on LSM303DLHC_MAGN && SENSOR
help
0: 0.75Hz
1: 1.5 Hz
2: 3Hz
3: 7.5Hz
4: 15Hz
5: 30Hz
6: 75Hz
7: 220Hz
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)