:orphan: .. title:: choice: Default sampling rate frequency .. _choice_269: .. describe:: choice: Default sampling rate frequency *Default sampling rate frequency* Type: ``bool`` Help ==== Specify the default sampling rate frequency. Direct dependencies =================== \ :option:`LSM9DS0_GYRO ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`LSM9DS0_GYRO_SAMPLING_RATE_95 ` Choice options ============== - \ :option:`LSM9DS0_GYRO_SAMPLING_RATE_95 ` - \ :option:`LSM9DS0_GYRO_SAMPLING_RATE_190 ` - \ :option:`LSM9DS0_GYRO_SAMPLING_RATE_380 ` - \ :option:`LSM9DS0_GYRO_SAMPLING_RATE_760 ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/lsm9ds0_gyro/Kconfig:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:135`` Menu path: (Top) → Device Drivers → Sensor Drivers → LSM9DS0 I2C gyroscope Chip → Attributes .. parsed-literal:: choice bool "Default sampling rate frequency" default \ :option:`LSM9DS0_GYRO_SAMPLING_RATE_95 ` depends on \ :option:`LSM9DS0_GYRO ` && \ :option:`SENSOR ` help Specify the default sampling rate frequency. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*