:orphan: .. title:: choice: DPS310 temperature oversampling .. _choice_233: .. describe:: 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 =================== \ :option:`DPS310 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`DPS310_TEMP_OSR_8X ` Choice options ============== - \ :option:`DPS310_TEMP_OSR_1X ` - \ :option:`DPS310_TEMP_OSR_2X ` - \ :option:`DPS310_TEMP_OSR_4X ` - \ :option:`DPS310_TEMP_OSR_8X ` - \ :option:`DPS310_TEMP_OSR_16X ` - \ :option:`DPS310_TEMP_OSR_32X ` - \ :option:`DPS310_TEMP_OSR_64X ` - \ :option:`DPS310_TEMP_OSR_128X ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/dps310/Kconfig:16`` 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 temperature oversampling" default \ :option:`DPS310_TEMP_OSR_8X ` depends on \ :option:`DPS310 ` && \ :option:`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.)*