Searched full:mpr (Results 1 – 15 of 15) sorted by relevance
1 # MPR pressure sensor configuration options6 menuconfig MPR config7 bool "MPR pressure sensor"12 Enable driver for MPR pressure sensor.14 if MPR17 prompt "MPR Pressure Range"46 prompt "MPR Pressure Unit"59 prompt "MPR Transfer Function"69 endif # MPR
12 /* MPR output measurement command */15 /* MPR status byte masks */21 /* MPR register read maximum retries */26 /* MPR register read data conversion delay [ms] */
54 #error "MPR: Unknown pressure range."77 #error "MPR: Unknown pressure unit."93 #error "MPR: Unknown pressure reference."
1 /* mpr.c - Driver for Honeywell MPR pressure sensor series */19 #include "mpr.h"22 LOG_MODULE_REGISTER(MPR, CONFIG_SENSOR_LOG_LEVEL);
5 zephyr_library_sources(mpr.c)
1 .. zephyr:code-sample:: mpr2 :name: MPR Pressure Sensor5 Get atmospheric pressure data from an MPR pressure sensor.16 - MPR: https://sensing.honeywell.com/micropressure-mpr-series28 MPR series.33 :zephyr-app: samples/sensor/mpr
2 name: MPR Pressure Sensor4 sample.sensor.mpr:
5 project(mpr) project
8 mpr@18 {9 compatible = "honeywell,mpr";
5 https://sensing.honeywell.com/micropressure-mpr-series7 compatible: "honeywell,mpr"
6 add_subdirectory_ifdef(CONFIG_MPR mpr)
6 source "drivers/sensor/honeywell/mpr/Kconfig"
495 test_i2c_mpr: mpr@49 {496 compatible = "honeywell,mpr";
1518 * :github:`25749` - [Coverity CID :210033] Unintentional integer overflow in drivers/sensor/mpr/mpr…
515 * Added Honeywell MPR driver