:orphan: .. title:: CONFIG_LPS22HH_SAMPLING_RATE .. kconfig:: CONFIG_LPS22HH_SAMPLING_RATE CONFIG_LPS22HH_SAMPLING_RATE ############################ *Output data rate* Type: ``int`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`LPS22HH ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/sensor/lps22hh/Kconfig:57`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:139`` Menu path: (Top) → Device Drivers → Sensor Drivers → LPS22HH pressure and temperature → Attributes .. code-block:: kconfig config LPS22HH_SAMPLING_RATE int "Output data rate" range 0 7 default 0 depends on LPS22HH && 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.)*