Searched +full:pressure +full:- +full:triplet (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/iio/pressure/honeywell,hsc030pa.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Honeywell TruStability HSC and SSC pressure sensor series10 support for Honeywell TruStability HSC and SSC digital pressure sensor16 There are 118 models with different pressure ranges available in each family.18 identical programming model but differ in pressure range, unit and transfer21 To support different models one needs to specify the pressure range as well22 as the transfer function. Pressure range can either be provided via[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/iio/pressure/honeywell,mprls0025pa.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Honeywell mprls0025pa pressure sensor10 - Andreas Klinger <ak@it-klinger.de>11 - Petre Rodan <petre.rodan@subdimension.ro>14 Honeywell pressure sensor of model mprls0025pa.18 There are many models with different pressure ranges available. The vendor20 differ in the pressure range, unit and 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-only3 * Honeywell TruStability HSC Series pressure/temperature sensor7 …-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 the37 * pressure range, measurement unit and type as per the part nomenclature.38 * 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^14[all …]