:orphan: .. title:: choice: DPS310 temperature oversampling .. _choice_373: .. describe:: choice: DPS310 temperature oversampling *DPS310 temperature oversampling* Type: ``bool`` Help ==== .. code-block:: none Select temperature oversampling for the DPS310 sensor. Higher values lead to more accurate readings, but higher power consumption. Direct dependencies =================== \ :kconfig:`DPS310 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`DPS310_TEMP_OSR_8X ` Choice options ============== - \ :kconfig:`DPS310_TEMP_OSR_1X ` - \ :kconfig:`DPS310_TEMP_OSR_2X ` - \ :kconfig:`DPS310_TEMP_OSR_4X ` - \ :kconfig:`DPS310_TEMP_OSR_8X ` - \ :kconfig:`DPS310_TEMP_OSR_16X ` - \ :kconfig:`DPS310_TEMP_OSR_32X ` - \ :kconfig:`DPS310_TEMP_OSR_64X ` - \ :kconfig:`DPS310_TEMP_OSR_128X ` Kconfig definition ================== At ``/sensor/dps310/Kconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:81`` Menu path: (Top) → Device Drivers → Sensor Drivers → DPS310 sensor → Attributes .. code-block:: kconfig 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.)*