- 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
(Includes any dependencies from ifs and menus.)
Default
Choice options
Kconfig definition
At <Zephyr>/drivers/sensor/dps310/Kconfig:40
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:64
→ <Zephyr>/drivers/sensor/Kconfig:81
Menu path: (Top) → Device Drivers → Sensor Drivers → DPS310 sensor → Attributes
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.)