:orphan: .. title:: LPS22HH_SAMPLING_RATE .. option:: CONFIG_LPS22HH_SAMPLING_RATE *Output data rate* Type: ``int`` Help ==== Sensor output data rate expressed in samples per second. Data rates supported by the chip are: 0: ODR selected at runtime 1: 1Hz 2: 10Hz 3: 25Hz 4: 50Hz 5: 75Hz 6: 100Hz 7: 200Hz Direct dependencies =================== \ :option:`LPS22HH ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/lps22hh/Kconfig:57`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:123`` Menu path: (Top) → Device Drivers → Sensor Drivers → LPS22HH pressure and temperature → Attributes .. parsed-literal:: config LPS22HH_SAMPLING_RATE int "Output data rate" range 0 7 default 0 depends on \ :option:`LPS22HH ` && \ :option:`SENSOR ` help Sensor output data rate expressed in samples per second. Data rates supported by the chip are: 0: ODR selected at runtime 1: 1Hz 2: 10Hz 3: 25Hz 4: 50Hz 5: 75Hz 6: 100Hz 7: 200Hz *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*