CONFIG_LPS25HB_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, 7, 13, 25.

Direct dependencies

LPS25HB && LPS25HB && SENSOR

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/sensor/lps25hb/Kconfig:45

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:64drivers/sensor/Kconfig:88

Menu path: (top menu) → Device Drivers → Sensor Drivers → Attributes

config LPS25HB_SAMPLING_RATE
    int
    prompt "Output data rate" if LPS25HB && LPS25HB && SENSOR
    default 25 if LPS25HB && LPS25HB && SENSOR
    depends on LPS25HB && LPS25HB && SENSOR
    help
      Sensor output data rate expressed in samples per second.
      Data rates supported by the chip are 1, 7, 13, 25.

(Definitions include propagated dependencies, including from if’s and menus.)