]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
added read back all option
authorMichael Wiebusch <stratomaster@gmx.net>
Thu, 19 Dec 2013 18:50:13 +0000 (19:50 +0100)
committerMichael Wiebusch <stratomaster@gmx.net>
Thu, 19 Dec 2013 18:50:13 +0000 (19:50 +0100)
xml-db/database/CbController.xml

index 98ee7a179f7ff3711f37b6eb02c94a25a588ce1a..609be5157abf25bf79b9cc43a0618223edc10664 100644 (file)
     </register>-->
     <register  name="ReadBack"
               address="0000" purpose="config" mode="rw" >
-      <description>Address of the register that has to be sent to the FPGA.</description>
-      <field name="ReadBack"
+      <field name="ReadBackAll"
+              start="9" bits="1"  mode="rw"  purpose="config"  format="bitmask" >
+      <description>Set to 1 when you want to read back all registers from the microcontroller.</description>
+      </field>
+      <field name="ReadBackAddr"
               start="0" bits="8"  mode="rw"  purpose="config"  format="hex" >
+      <description>Address of the register that has to be sent to the FPGA.</description>
       </field>
     </register>