:orphan: .. title:: LSM6DSO_ACCEL_ODR .. option:: CONFIG_LSM6DSO_ACCEL_ODR *Accelerometer Output data rate frequency* Type: ``int`` Help ==== Specify the default accelerometer output data rate expressed in samples per second (Hz). 0: ODR selected at runtime 1: 12.5Hz 2: 26Hz 3: 52Hz 4: 104Hz 5: 208Hz 6: 416Hz 7: 833Hz 8: 1660Hz 9: 3330Hz 10: 6660Hz Direct dependencies =================== \ :option:`LSM6DSO ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/lsm6dso/Kconfig:150`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:133`` Menu path: (Top) → Device Drivers → Sensor Drivers → LSM6DSO I2C/SPI accelerometer and gyroscope Chip → Attributes .. parsed-literal:: config LSM6DSO_ACCEL_ODR int "Accelerometer Output data rate frequency" range 0 10 default 0 depends on \ :option:`LSM6DSO ` && \ :option:`SENSOR ` help Specify the default accelerometer output data rate expressed in samples per second (Hz). 0: ODR selected at runtime 1: 12.5Hz 2: 26Hz 3: 52Hz 4: 104Hz 5: 208Hz 6: 416Hz 7: 833Hz 8: 1660Hz 9: 3330Hz 10: 6660Hz *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*