:orphan: .. title:: choice: DPS310 pressure oversampling .. _choice_234: .. describe:: choice: DPS310 pressure oversampling *DPS310 pressure oversampling* Type: ``bool`` Help ==== Select pressure oversampling for the DPS310 sensor. Higher values lead to more accurate readings, but higher power consumption. Direct dependencies =================== \ :option:`DPS310 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`DPS310_PRESS_OSR_8X ` Choice options ============== - \ :option:`DPS310_PRESS_OSR_1X ` - \ :option:`DPS310_PRESS_OSR_2X ` - \ :option:`DPS310_PRESS_OSR_4X ` - \ :option:`DPS310_PRESS_OSR_8X ` - \ :option:`DPS310_PRESS_OSR_16X ` - \ :option:`DPS310_PRESS_OSR_32X ` - \ :option:`DPS310_PRESS_OSR_64X ` - \ :option:`DPS310_PRESS_OSR_128X ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/dps310/Kconfig:40`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:77`` Menu path: (Top) → Device Drivers → Sensor Drivers → DPS310 sensor → Attributes .. parsed-literal:: choice bool "DPS310 pressure oversampling" default \ :option:`DPS310_PRESS_OSR_8X ` depends on \ :option:`DPS310 ` && \ :option:`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.)*