Searched +full:pmax +full:- +full:pascal (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Andreas Klinger <ak@it-klinger.de>11 - Petre Rodan <petre.rodan@subdimension.ro>26 the pressure values can be specified manually via honeywell,pmin-pascal and27 honeywell,pmax-pascal.35 https://prod-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/36 products/sensors/pressure-sensors/board-mount-pressure-sensors/37 micropressure-mpr-series/documents/[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#23 pressure-triplet (directly extracted from the part number) or in case it's27 by the sensor. pmin-pascal and pmax-pascal corespond to the minimum and30 Please note that in case of an SPI-based sensor, the clock signal should not34 …-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/sensors/pressure-sensors/bo…35 …-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/sensors/pressure-sensors/bo…38 - Petre Rodan <petre.rodan@subdimension.ro>47 honeywell,transfer-function:[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * MPRLS0025PA - Honeywell MicroPressure pressure sensor series driver5 * Copyright (c) Andreas Klinger <ak@it-klinger.de>8 …-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/sensors/pressure-sensors/bo…45 * pressure = (press_cnt - outputmin) * scale + pmin47 * * pressure - measured pressure in Pascal48 * * press_cnt - raw value read from sensor49 * * pmin - minimum pressure range value of sensor (data->pmin)50 * * pmax - maximum pressure range value of sensor (data->pmax)51 * * outputmin - minimum numerical range raw value delivered by sensor[all …]
1 // SPDX-License-Identifier: GPL-2.0-only7 …-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/sensors/pressure-sensors/bo…36 * HSC_PRESSURE_TRIPLET_LEN - length for the string that defines the38 * Consult honeywell,pressure-triplet in the bindings file for details.51 * function A: 10% - 90% of 2^1452 * function B: 5% - 95% of 2^1453 * function C: 5% - 85% of 2^1454 * function F: 4% - 94% of 2^14140 * struct hsc_range_config - list of pressure ranges based on nomenclature142 * @pmax: highest pressure that can be measured[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */3 * MPRLS0025PA - Honeywell MicroPressure pressure sensor series driver5 * Copyright (c) Andreas Klinger <ak@it-klinger.de>8 …-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/sensors/pressure-sensors/bo…58 * @pmin: minimal pressure in pascal59 * @pmax: maximal pressure in pascal79 u32 pmax; member