:orphan: .. title:: LSM303DLHC_MAGN_ODR .. option:: CONFIG_LSM303DLHC_MAGN_ODR *Data rate frequency* Type: ``int`` Help ==== .. code-block:: none 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 ================== At ``/sensor/lsm303dlhc_magn/Kconfig:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:133`` Menu path: (Top) → Device Drivers → Sensor Drivers → LSM303DLHC Three Axis Magnetometer .. code-block:: kconfig 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.)*