:orphan: .. title:: choice: Accelerometer sampling rate .. _choice_320: .. describe:: choice: Accelerometer sampling rate *Accelerometer sampling rate* Type: ``bool`` Help ==== .. code-block:: none Specify the default sampling rate frequency for accelerometer. Direct dependencies =================== \ :kconfig:`LSM9DS0_MFD_ACCEL_ENABLE ` && \ :kconfig:`LSM9DS0_MFD ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`LSM9DS0_MFD_ACCEL_SAMPLING_RATE_25 ` Choice options ============== - \ :kconfig:`LSM9DS0_MFD_ACCEL_SAMPLING_RATE_0 ` - \ :kconfig:`LSM9DS0_MFD_ACCEL_SAMPLING_RATE_3_125 ` - \ :kconfig:`LSM9DS0_MFD_ACCEL_SAMPLING_RATE_6_25 ` - \ :kconfig:`LSM9DS0_MFD_ACCEL_SAMPLING_RATE_12_5 ` - \ :kconfig:`LSM9DS0_MFD_ACCEL_SAMPLING_RATE_25 ` - \ :kconfig:`LSM9DS0_MFD_ACCEL_SAMPLING_RATE_50 ` - \ :kconfig:`LSM9DS0_MFD_ACCEL_SAMPLING_RATE_100 ` - \ :kconfig:`LSM9DS0_MFD_ACCEL_SAMPLING_RATE_200 ` - \ :kconfig:`LSM9DS0_MFD_ACCEL_SAMPLING_RATE_400 ` - \ :kconfig:`LSM9DS0_MFD_ACCEL_SAMPLING_RATE_800 ` - \ :kconfig:`LSM9DS0_MFD_ACCEL_SAMPLING_RATE_1600 ` Kconfig definition ================== At ``/sensor/lsm9ds0_mfd/Kconfig:36`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:155`` Menu path: (Top) → Device Drivers → Sensor Drivers → LSM9DS0 I2C accelerometer, magnetometer and temperature sensor chip → Attributes .. code-block:: kconfig choice bool "Accelerometer sampling rate" default LSM9DS0_MFD_ACCEL_SAMPLING_RATE_25 depends on LSM9DS0_MFD_ACCEL_ENABLE && LSM9DS0_MFD && SENSOR help Specify the default sampling rate frequency for accelerometer. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*