]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
minor fix
authorMichael Wiebusch <stratomaster@gmx.net>
Fri, 20 Dec 2013 15:36:05 +0000 (16:36 +0100)
committerMichael Wiebusch <stratomaster@gmx.net>
Fri, 20 Dec 2013 15:36:05 +0000 (16:36 +0100)
xml-db/database/CbController.xml

index 6466e7624364278098d6b590af6c340e16055ec9..3cddb1133610d5c7f9cc9e73251361fc831820f9 100644 (file)
               address="0000" purpose="config" mode="rw" >
       <description>Read back register values from the microcontroller.</description>
       <field name="ReadBackAll"
-              start="9" bits="1"  mode="rw"  purpose="config"  format="bitmask" >
+              start="8" 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"
 
     <register  name="ReadBackCounter" address="0013" purpose="status" mode="r" >
       <description>shows count of uC register read back operations</description>
-      <field name="ReadBackCounter" start="0" bits="15" format="integer" >
+      <field name="ReadBackCounter" start="0" bits="16" format="integer" >
       </field>
     </register>