File: ad7091r.xml

package info (click to toggle)
libiio 0.26-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,832 kB
  • sloc: ansic: 21,880; python: 1,844; cs: 1,232; sh: 1,062; cpp: 688; yacc: 441; xml: 192; lex: 172; makefile: 40
file content (16 lines) | stat: -rw-r--r-- 545 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE context [
	<!ELEMENT context (device)*>
	<!ELEMENT device (channel | attribute)*>
	<!ELEMENT channel (attribute)*>
	<!ELEMENT attribute EMPTY>
	<!ATTLIST context name CDATA #REQUIRED>
	<!ATTLIST device id CDATA #REQUIRED name CDATA #IMPLIED>
	<!ATTLIST channel id CDATA #REQUIRED type CDATA #REQUIRED name CDATA #IMPLIED>
	<!ATTLIST attribute name CDATA #REQUIRED>
]>
<context name="local">
	<device id="iio:device0" name="ad7091r" >
		<attribute name="in_voltage_scale" />
	</device>
</context>