Home
last modified time | relevance | path

Searched full:mpr (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/drivers/sensor/honeywell/mpr/
DKconfig1 # MPR pressure sensor configuration options
6 menuconfig MPR config
7 bool "MPR pressure sensor"
12 Enable driver for MPR pressure sensor.
14 if MPR
17 prompt "MPR Pressure Range"
46 prompt "MPR Pressure Unit"
59 prompt "MPR Transfer Function"
69 endif # MPR
Dmpr.h12 /* MPR output measurement command */
15 /* MPR status byte masks */
21 /* MPR register read maximum retries */
26 /* MPR register read data conversion delay [ms] */
Dmpr_configuration.h54 #error "MPR: Unknown pressure range."
77 #error "MPR: Unknown pressure unit."
93 #error "MPR: Unknown pressure reference."
Dmpr.c1 /* mpr.c - Driver for Honeywell MPR pressure sensor series */
19 #include "mpr.h"
22 LOG_MODULE_REGISTER(MPR, CONFIG_SENSOR_LOG_LEVEL);
DCMakeLists.txt5 zephyr_library_sources(mpr.c)
/Zephyr-latest/samples/sensor/mpr/
DREADME.rst1 .. zephyr:code-sample:: mpr
2 :name: MPR Pressure Sensor
5 Get atmospheric pressure data from an MPR pressure sensor.
16 - MPR: https://sensing.honeywell.com/micropressure-mpr-series
28 MPR series.
33 :zephyr-app: samples/sensor/mpr
Dsample.yaml2 name: MPR Pressure Sensor
4 sample.sensor.mpr:
DCMakeLists.txt5 project(mpr) project
/Zephyr-latest/samples/sensor/mpr/boards/
Darduino_due.overlay8 mpr@18 {
9 compatible = "honeywell,mpr";
/Zephyr-latest/dts/bindings/sensor/
Dhoneywell,mpr.yaml5 https://sensing.honeywell.com/micropressure-mpr-series
7 compatible: "honeywell,mpr"
/Zephyr-latest/drivers/sensor/honeywell/
DCMakeLists.txt6 add_subdirectory_ifdef(CONFIG_MPR mpr)
DKconfig6 source "drivers/sensor/honeywell/mpr/Kconfig"
/Zephyr-latest/tests/drivers/build_all/sensor/
Di2c.dtsi495 test_i2c_mpr: mpr@49 {
496 compatible = "honeywell,mpr";
/Zephyr-latest/doc/releases/
Drelease-notes-2.4.rst1518 * :github:`25749` - [Coverity CID :210033] Unintentional integer overflow in drivers/sensor/mpr/mpr
Drelease-notes-2.3.rst515 * Added Honeywell MPR driver