:orphan: .. title:: CONFIG_LSM303DLHC_MAGN_ODR .. kconfig:: CONFIG_LSM303DLHC_MAGN_ODR 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 =================== \ :kconfig:`LSM303DLHC_MAGN ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/sensor/lsm303dlhc_magn/Kconfig:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:143`` 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.)*