Home
last modified time | relevance | path

Searched +full:pac1931 +full:- +full:family +full:- +full:data +full:- +full:sheet +full:- +full:ds20005850e (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/iio/adc/
Dmicrochip,pac1934.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Marius Cristea <[email protected]>
13 This device is part of the Microchip family of Power Monitors with
15 The datasheet for PAC1931, PAC1932, PAC1933 and PAC1934 can be found here:
16 …ds/aemDocuments/documents/OTH/ProductDocuments/DataSheets/PAC1931-Family-Data-Sheet-DS20005850E.pdf
21 - microchip,pac1931
22 - microchip,pac1932
23 - microchip,pac1933
[all …]
/linux-6.14.4/drivers/iio/adc/
Dpac1934.c1 // SPDX-License-Identifier: GPL-2.0+
3 * IIO driver for PAC1934 Multi-Channel DC Power/Energy Monitor
5 * Copyright (C) 2017-2024 Microchip Technology Inc. and its subsidiaries
11 * Datasheet for PAC1931, PAC1932, PAC1933 and PAC1934 can be found here:
12 …ds/aemDocuments/documents/OTH/ProductDocuments/DataSheets/PAC1931-Family-Data-Sheet-DS20005850E.pdf
46 * (2^31 - 1) * 10^8 + 99999999
51 * -(2^31) * 10^8 - 99999999
53 #define PAC_193X_MIN_POWER_ACC -214748364899999999LL
118 * relative offsets when using multi-byte reads/writes even though these
147 /* Scale constant = (10^3 * 3.2 * 10^9 / 2^28) for mili Watt-second */
[all …]