-->
<group name="Status" purpose="status" address="0100" mode="r">
- <memory name="UniqueID" address="0000" size="4" bits="16">
+ <memory name="UniqueID" address="0000" size="4" width="16">
<description>Read the unique identifier of the onboard temperature sensor</description>
<field name="UniqueID" start="0" bits="64" format="hex" />
</memory>
<xs:attribute name="start" type="bittype" />
<xs:attribute name="size" type="xs:positiveInteger" />
<xs:attribute name="bits" type="xs:positiveInteger" />
+ <xs:attribute name="width" type="xs:positiveInteger" />
<xs:attribute name="defaultValue" type="xs:string" />
<xs:attribute name="value" type="valuetype" />
<xs:attribute name="format" type="formattype" />
<xs:complexType>
<xs:complexContent>
<xs:extension base="basicTrbData">
- <!-- size specified in "bits" long words -->
+ <!-- size specified in "@width" long words -->
<xs:attribute ref="size" use="required" />
- <!-- bits is by default assumed to be 32 -->
- <xs:attribute ref="bits" />
+ <!-- width (in bits) is by default assumed to be 32 -->
+ <xs:attribute ref="width" />
</xs:extension>
</xs:complexContent>
</xs:complexType>