Searched full:ads1100 (Results 1 – 3 of 3) sorted by relevance
4 $id: http://devicetree.org/schemas/iio/adc/ti,ads1100.yaml#7 title: TI ADS1100/ADS1000 single channel I2C analog to digital converter13 Datasheet at: https://www.ti.com/lit/gpn/ads110018 - ti,ads110042 compatible = "ti,ads1100";
3 * ADS1100 - Texas Instruments Analog-to-Digital Converter7 * Datasheet: https://www.ti.com/lit/gpn/ads11008 * IIO driver for ADS1100 and ADS1000 ADC 16-bit I2C27 /* 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");
141 obj-$(CONFIG_TI_ADS1100) += ti-ads1100.o