Searched full:dps310 (Results 1 – 12 of 12) sorted by relevance
1 # DPS310 temperature and pressure sensor configuration options6 menuconfig DPS310 config7 bool "DPS310 sensor"12 Enable driver for DPS310 I2C-based temperature and pressure sensor.14 if DPS31019 prompt "DPS310 temperature oversampling"22 Select temperature oversampling for the DPS310 sensor. Higher values43 prompt "DPS310 pressure oversampling"46 Select pressure oversampling for the DPS310 sensor. Higher values68 endif # DPS310
5 zephyr_library_sources(dps310.c)
1 /* Driver for Infineon DPS310 temperature and pressure sensor */20 LOG_MODULE_REGISTER(DPS310, CONFIG_SENSOR_LOG_LEVEL);590 LOG_ERR("Device is not a DPS310"); in dps310_init()594 LOG_DBG("Init DPS310"); in dps310_init()661 LOG_DBG("Fetching sample from DPS310"); in dps310_sample_fetch()
7 description: Infineon DPS310 temperature and pressure sensor11 compatible: "infineon,dps310"
5 add_subdirectory_ifdef(CONFIG_DPS310 dps310)
5 source "drivers/sensor/infineon/dps310/Kconfig"
57 like the DPS310 sensor driver, to not work.
14 - Infineon DPS310 pressure sensor
500 test_i2c_dps310: dps310@4a {501 compatible = "infineon,dps310";
513 * Added Infineon DPS310 driver
543 * Fixed pressure and temperature registers in the DPS310 driver.
1754 * :github:`35550` - nRF91: DPS310 I2C driver not working