:orphan: .. title:: IIS2DH_ODR .. option:: CONFIG_IIS2DH_ODR *Accelerometer sampling frequency (ODR)* Type: ``int`` Help ==== Specify the default accelerometer output data rate expressed in samples per second (Hz). 0: ODR selected at runtime 1: 1 Hz 2: 10 Hz 3: 25 Hz 4: 50 Hz 5: 100 Hz 6: 200 Hz 7: 400 Hz 8: 1620 Hz (only LP) 9: Depends by mode. LP: 5376 Hz - NORM or HR: 1344 Hz Direct dependencies =================== \ :option:`IIS2DH ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/iis2dh/Kconfig:69`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:97`` Menu path: (Top) → Device Drivers → Sensor Drivers → IIS2DH I2C/SPI accelerometer sensor driver .. parsed-literal:: config IIS2DH_ODR int "Accelerometer sampling frequency (ODR)" range 0 9 default 0 depends on \ :option:`IIS2DH ` && \ :option:`SENSOR ` help Specify the default accelerometer output data rate expressed in samples per second (Hz). 0: ODR selected at runtime 1: 1 Hz 2: 10 Hz 3: 25 Hz 4: 50 Hz 5: 100 Hz 6: 200 Hz 7: 400 Hz 8: 1620 Hz (only LP) 9: Depends by mode. LP: 5376 Hz - NORM or HR: 1344 Hz *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*