summaryrefslogtreecommitdiff
path: root/xml/adis16488.xml
blob: 5b9e35482ed2c0abcdae1c563b16420e17d5df2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?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="adis16488" >
		<channel id="accel_x" type="input" >
			<attribute name="calibbias" />
			<attribute name="calibscale" />
			<attribute name="filter_low_pass_3db_frequency" />
			<attribute name="raw" />
			<attribute name="scale" />
		</channel>
		<channel id="accel_y" type="input" >
			<attribute name="calibbias" />
			<attribute name="calibscale" />
			<attribute name="filter_low_pass_3db_frequency" />
			<attribute name="raw" />
			<attribute name="scale" />
		</channel>
		<channel id="accel_z" type="input" >
			<attribute name="calibbias" />
			<attribute name="calibscale" />
			<attribute name="filter_low_pass_3db_frequency" />
			<attribute name="raw" />
			<attribute name="scale" />
		</channel>
		<channel id="anglvel_x" type="input" >
			<attribute name="calibbias" />
			<attribute name="calibscale" />
			<attribute name="filter_low_pass_3db_frequency" />
			<attribute name="raw" />
			<attribute name="scale" />
		</channel>
		<channel id="anglvel_y" type="input" >
			<attribute name="calibbias" />
			<attribute name="calibscale" />
			<attribute name="filter_low_pass_3db_frequency" />
			<attribute name="raw" />
			<attribute name="scale" />
		</channel>
		<channel id="anglvel_z" type="input" >
			<attribute name="calibbias" />
			<attribute name="calibscale" />
			<attribute name="filter_low_pass_3db_frequency" />
			<attribute name="raw" />
			<attribute name="scale" />
		</channel>
		<channel id="magn_x" type="input" >
			<attribute name="calibbias" />
			<attribute name="filter_low_pass_3db_frequency" />
			<attribute name="raw" />
			<attribute name="scale" />
		</channel>
		<channel id="magn_y" type="input" >
			<attribute name="calibbias" />
			<attribute name="filter_low_pass_3db_frequency" />
			<attribute name="raw" />
			<attribute name="scale" />
		</channel>
		<channel id="magn_z" type="input" >
			<attribute name="calibbias" />
			<attribute name="filter_low_pass_3db_frequency" />
			<attribute name="raw" />
			<attribute name="scale" />
		</channel>
		<channel id="pressure0" type="input" >
			<attribute name="calibbias" />
			<attribute name="raw" />
			<attribute name="scale" />
		</channel>
		<channel id="temp0" type="input" >
			<attribute name="offset" />
			<attribute name="raw" />
			<attribute name="scale" />
		</channel>
		<attribute name="sampling_frequency" />
	</device>
</context>