choice: DPS310 temperature oversampling

DPS310 temperature oversampling

Type: bool

Help

Select temperature oversampling for the DPS310 sensor. Higher values lead to more accurate readings, but higher power consumption.

Direct dependencies

DPS310 && SENSOR

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/drivers/sensor/dps310/Kconfig:16

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:62<Zephyr>/drivers/sensor/Kconfig:77

Menu path: (Top) → Device Drivers → Sensor Drivers → DPS310 sensor → Attributes

choice
    bool "DPS310 temperature oversampling"
    default DPS310_TEMP_OSR_8X
    depends on DPS310 && SENSOR
    help
      Select temperature oversampling for the DPS310 sensor.  Higher values
      lead to more accurate readings, but higher power consumption.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)