Home
last modified time | relevance | path

Searched full:dps310 (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/drivers/sensor/infineon/dps310/
DKconfig1 # DPS310 temperature and pressure sensor configuration options
6 menuconfig DPS310 config
7 bool "DPS310 sensor"
12 Enable driver for DPS310 I2C-based temperature and pressure sensor.
14 if DPS310
19 prompt "DPS310 temperature oversampling"
22 Select temperature oversampling for the DPS310 sensor. Higher values
43 prompt "DPS310 pressure oversampling"
46 Select pressure oversampling for the DPS310 sensor. Higher values
68 endif # DPS310
DCMakeLists.txt5 zephyr_library_sources(dps310.c)
Ddps310.c1 /* 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()
/Zephyr-latest/dts/bindings/sensor/
Dinfineon,dps310.yaml7 description: Infineon DPS310 temperature and pressure sensor
11 compatible: "infineon,dps310"
/Zephyr-latest/drivers/sensor/infineon/
DCMakeLists.txt5 add_subdirectory_ifdef(CONFIG_DPS310 dps310)
DKconfig5 source "drivers/sensor/infineon/dps310/Kconfig"
/Zephyr-latest/dts/bindings/i2c/
Dnordic,nrf-twim.yaml57 like the DPS310 sensor driver, to not work.
/Zephyr-latest/boards/quicklogic/quick_feather/doc/
Dindex.rst14 - Infineon DPS310 pressure sensor
/Zephyr-latest/tests/drivers/build_all/sensor/
Di2c.dtsi500 test_i2c_dps310: dps310@4a {
501 compatible = "infineon,dps310";
/Zephyr-latest/doc/releases/
Drelease-notes-2.3.rst513 * Added Infineon DPS310 driver
Drelease-notes-2.5.rst543 * Fixed pressure and temperature registers in the DPS310 driver.
Drelease-notes-2.7.rst1754 * :github:`35550` - nRF91: DPS310 I2C driver not working