-
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.
Kconfig definition¶
At drivers/sensor/lps22hb/Kconfig:18
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:62
→ drivers/sensor/Kconfig:82
Menu path: (top menu) → Device Drivers → Sensor Drivers → LPS22HB pressure and temperature → Attributes
config LPS22HB_SAMPLING_RATE int prompt "Output data rate" ifLPS22HB
&&SENSOR
default 25 ifLPS22HB
&&SENSOR
depends onLPS22HB
&&SENSOR
help Sensor output data rate expressed in samples per second. Data rates supported by the chip are 1, 10, 25, 50, 75.
(Definitions include propagated dependencies, including from if’s and menus.)