]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
add new SPI reset register
authorJan Michel <j.michel@gsi.de>
Wed, 3 Jun 2020 10:05:57 +0000 (12:05 +0200)
committerJan Michel <j.michel@gsi.de>
Wed, 3 Jun 2020 10:07:03 +0000 (12:07 +0200)
xml-db/database/SPI.xml

index a6555be369b31cfcd380f4195d2cc58cf05c2408..ea440f2be7fdb697aebfef5e947f2efbd8cbe706 100644 (file)
         <field name="ClockPeriod" start="0" bits="10" format="unsigned" unit="ns" scale="20" />
     </register>
 
-    <register name="SudoLock" address="0013"  >
-        <description>Only accesses with 'sudo' bit set are accepted</description>
-        <field name="SudoLock" start="17" bits="1" format="boolean"  />
+    <register name="SpecialControl" address="0013"  >
+        <description>Special Control Registers</description>
+        <field name="SudoLock" start="17" bits="1" format="boolean"  >
+          <description>Only accesses with 'sudo' bit set are accepted</description>
+        </field>
+        <field name="ResetFSM" start="31" bits="1" format="boolean"  >
+          <description>Reset the SPI statemachine</description>
+        </field>
     </register>