Searched +full:ad7177 +full:- +full:2 (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---6 $schema: http://devicetree.org/meta-schemas/core.yaml#11 - Ceclan Dumitru <dumitru.ceclan@analog.com>15 The AD717x family offer a complete integrated Sigma-Delta ADC solution which18 (Factory Automation PLC Input modules). The Sigma-Delta ADC is intended23 The AD411X family encompasses a series of low power, low noise, 24-bit,24 sigma-delta analog-to-digital converters that offer a versatile range of26 fully differential/single-ended and bipolar voltage inputs.29 https://www.analog.com/media/en/technical-documentation/data-sheets/AD4111.pdf[all …]
1 // SPDX-License-Identifier: GPL-2.0+7 * AD7172-2/AD7172-4/AD7173-8/AD7175-28 * AD7175-8/AD7176-2/AD7177-218 #include <linux/clk-provider.h>64 #define AD7173_NO_AINS_PER_CHANNEL 296 #define AD7173_ADC_MODE_CLOCKSEL_MASK GENMASK(3, 2)113 #define AD7173_GPIO_OP_EN0 BIT(2)120 #define AD7173_GPO_DATA(x) ((x) < 2 ? AD7173_GPO12_DATA(x) : AD7173_GPO23_DATA(x))146 (pin2) < st->info->num_voltage_in && \147 (pin2) >= st->info->num_voltage_in_div)[all …]