• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" ?>
2<genxml name="SKL" gen="9">
3
4  <struct name="TEST_STRUCT" length="2">
5    <field name="number1" start="0" end="15" type="uint"/>
6    <field name="number2" start="16" end="31" type="uint"/>
7    <group count="4" start="32" size="8">
8       <field name="byte" start="0" end="7" type="uint"/>
9    </group>
10  </struct>
11
12  <struct name="STRUCT_TWO_LEVELS" length="8">
13    <group count="4" start="0" size="64">
14       <group count="8" start="0" size="8">
15          <field name="byte" start="0" end="7" type="uint"/>
16       </group>
17    </group>
18  </struct>
19
20</genxml>
21