:orphan: .. title:: LSM303DLHC_MAGN_ODR .. option:: 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 Direct dependencies =================== \ :option:`LSM303DLHC_MAGN ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/lsm303dlhc_magn/Kconfig:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:127`` Menu path: (Top) → Device Drivers → Sensor Drivers → LSM303DLHC Three Axis Magnetometer .. parsed-literal:: config LSM303DLHC_MAGN_ODR int "Data rate frequency" range 0 7 default 0 depends on \ :option:`LSM303DLHC_MAGN ` && \ :option:`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.)*