blob: 75a944365a3fe7da769197d38153fea94a459dde (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" ?>
<genxml name="SKL" gen="9">
<struct name="TEST_STRUCT" length="2">
<field name="number1" start="0" end="15" type="uint"/>
<field name="number2" start="16" end="31" type="uint"/>
<group count="4" start="32" size="8">
<field name="byte" start="0" end="7" type="uint"/>
</group>
</struct>
<struct name="STRUCT_TWO_LEVELS" length="8">
<group count="4" start="0" size="64">
<group count="8" start="0" size="8">
<field name="byte" start="0" end="7" type="uint"/>
</group>
</group>
</struct>
</genxml>
|