:orphan: .. title:: choice: Magnetometer sampling rate .. _choice_272: .. describe:: choice: Magnetometer sampling rate *Magnetometer sampling rate* Type: ``bool`` Help ==== Specify the default sampling rate frequency for magnetometer. Direct dependencies =================== \ :option:`LSM9DS0_MFD_MAGN_ENABLE ` && \ :option:`LSM9DS0_MFD ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`LSM9DS0_MFD_MAGN_SAMPLING_RATE_25 ` Choice options ============== - \ :option:`LSM9DS0_MFD_MAGN_SAMPLING_RATE_3_125 ` - \ :option:`LSM9DS0_MFD_MAGN_SAMPLING_RATE_6_25 ` - \ :option:`LSM9DS0_MFD_MAGN_SAMPLING_RATE_12_5 ` - \ :option:`LSM9DS0_MFD_MAGN_SAMPLING_RATE_25 ` - \ :option:`LSM9DS0_MFD_MAGN_SAMPLING_RATE_50 ` - \ :option:`LSM9DS0_MFD_MAGN_SAMPLING_RATE_100 ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/lsm9ds0_mfd/Kconfig:131`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:137`` Menu path: (Top) → Device Drivers → Sensor Drivers → LSM9DS0 I2C accelerometer, magnetometer and temperature sensor chip → Attributes .. parsed-literal:: choice bool "Magnetometer sampling rate" default \ :option:`LSM9DS0_MFD_MAGN_SAMPLING_RATE_25 ` depends on \ :option:`LSM9DS0_MFD_MAGN_ENABLE ` && \ :option:`LSM9DS0_MFD ` && \ :option:`SENSOR ` help Specify the default sampling rate frequency for magnetometer. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*