<register name="Switches"
address="0000" purpose="config" mode="rw" >
<description>Set Converter Board switches for current sensor.</description>
+ <field name="DisA"
+ start="4" bits="1" format="bitmask" >
+ <description>Discharge analog sensor power.</description>
+ </field>
+ <field name="DisD"
+ start="2" bits="1" format="bitmask" >
+ <description>Discharge digital sensor power..</description>
+ </field>
<field name="EnaA"
start="5" bits="1" format="bitmask" >
<description>Enable analog sensor power.</description>
</field>
- <field name="DisA"
- start="4" bits="1" format="bitmask" >
- <description>Discharge analog sensor power.</description>
- </field>
<field name="EnaD"
start="3" bits="1" format="bitmask" >
<description>Enable digital sensor power.</description>
</field>
- <field name="DisD"
- start="2" bits="1" format="bitmask" >
- <description>Discharge digital sensor power..</description>
- </field>
<field name="SensorEn"
start="1" bits="1" format="bitmask" >
<description>Enable Reset, Start and Clock signals for current sensor.</description>
</group>
<group name="RocStatistics"
- address="0010" size="16" purpose="status" mode="r" continuous="true">
+ address="0010" size="16" purpose="status" mode="r" continuous="true" rate="1">
<register name="HeadersDetected" address="0000" >
<description>Number of detected headers</description>
<field name="HeadersDetected" start="0" bits="24" format="unsigned" noflag="true" rate="true" />
<xs:attribute ref="mode" />
<xs:attribute ref="format" />
<xs:attribute ref="repeat" />
+ <xs:attribute ref="rate" />
</xs:complexType>
<xs:attribute ref="address" />
<xs:attribute ref="mode" />
<xs:attribute ref="purpose" />
+ <xs:attribute ref="rate" />
</xs:complexType>