:orphan: .. title:: LPS22HB_SAMPLING_RATE .. option:: CONFIG_LPS22HB_SAMPLING_RATE *Output data rate* Type: ``int`` Help ==== Sensor output data rate expressed in samples per second. Data rates supported by the chip are 1, 10, 25, 50, 75. Direct dependencies =================== \ :option:`LPS22HB ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 25 Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/lps22hb/Kconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:121`` Menu path: (Top) → Device Drivers → Sensor Drivers → LPS22HB pressure and temperature .. parsed-literal:: config LPS22HB_SAMPLING_RATE int "Output data rate" default 25 depends on \ :option:`LPS22HB ` && \ :option:`SENSOR ` help Sensor output data rate expressed in samples per second. Data rates supported by the chip are 1, 10, 25, 50, 75. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*