Searched full:ad2s1210 (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/iio/resolver/ |
D | adi,ad2s1210.yaml | 4 $id: http://devicetree.org/schemas/iio/resolver/adi,ad2s1210.yaml# 7 title: Analog Devices AD2S1210 Resolver-to-Digital Converter 13 The AD2S1210 is a complete 10-bit to 16-bit resolution tracking 18 The AD2S1210 allows the user to read the angular position or the 44 Note on SPI connections: The CS line on the AD2S1210 should hard-wired to 45 logic low and the WR/FSYNC line on the AD2S1210 should be connected to the 49 https://www.analog.com/media/en/technical-documentation/data-sheets/ad2s1210.pdf 53 const: adi,ad2s1210 164 compatible = "adi,ad2s1210";
|
/linux-6.12.1/drivers/iio/resolver/ |
D | Kconfig | 29 config AD2S1210 config 30 tristate "Analog Devices ad2s1210 driver" 39 to digital converters, ad2s1210, provides direct access via sysfs. 42 module will be called ad2s1210.
|
D | Makefile | 8 obj-$(CONFIG_AD2S1210) += ad2s1210.o
|
D | ad2s1210.c | 3 * ad2s1210.c support for the ADI Resolver to Digital Converters: AD2S1210 294 * Toggles the SAMPLE line on the AD2S1210 to latch in the current position, 1596 { .compatible = "adi,ad2s1210", }, 1602 { "ad2s1210" }, 1609 .name = "ad2s1210", 1618 MODULE_DESCRIPTION("Analog Devices AD2S1210 Resolver to Digital SPI driver");
|