:orphan: .. title:: choice: DPS310 pressure oversampling .. _choice_374: .. describe:: choice: DPS310 pressure oversampling *DPS310 pressure oversampling* Type: ``bool`` Help ==== .. code-block:: none Select pressure 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_PRESS_OSR_8X ` Choice options ============== - \ :kconfig:`DPS310_PRESS_OSR_1X ` - \ :kconfig:`DPS310_PRESS_OSR_2X ` - \ :kconfig:`DPS310_PRESS_OSR_4X ` - \ :kconfig:`DPS310_PRESS_OSR_8X ` - \ :kconfig:`DPS310_PRESS_OSR_16X ` - \ :kconfig:`DPS310_PRESS_OSR_32X ` - \ :kconfig:`DPS310_PRESS_OSR_64X ` - \ :kconfig:`DPS310_PRESS_OSR_128X ` Kconfig definition ================== At ``/sensor/dps310/Kconfig:40`` 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 pressure oversampling" default DPS310_PRESS_OSR_8X depends on DPS310 && SENSOR help Select pressure 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.)*