Home
last modified time | relevance | path

Searched full:ads1100 (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/iio/adc/ !
H A Dti,ads1100.yaml4 $id: http://devicetree.org/schemas/iio/adc/ti,ads1100.yaml#
7 title: TI ADS1100/ADS1000 single channel I2C analog to digital converter
13 Datasheet at: https://www.ti.com/lit/gpn/ads1100
18 - ti,ads1100
42 compatible = "ti,ads1100";
/linux/drivers/iio/adc/ !
H A Dti-ads1100.c3 * ADS1100 - Texas Instruments Analog-to-Digital Converter
7 * Datasheet: https://www.ti.com/lit/gpn/ads1100
8 * IIO driver for ADS1100 and ADS1000 ADC 16-bit I2C
27 /* The ADS1100 has a single byte config register */
52 bool supports_data_rate; /* Only the ADS1100 can select the rate */
322 indio_dev->name = "ads1100"; in ads1100_probe()
404 { "ads1100" },
412 {.compatible = "ti,ads1100" },
421 .name = "ads1100",
432 MODULE_DESCRIPTION("Texas Instruments ADS1100 ADC driver");
H A DMakefile141 obj-$(CONFIG_TI_ADS1100) += ti-ads1100.o