]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
update I2C registers
authorJan Michel <michel@physik.uni-frankfurt.de>
Fri, 6 Dec 2024 16:37:04 +0000 (17:37 +0100)
committerJan Michel <michel@physik.uni-frankfurt.de>
Fri, 6 Dec 2024 16:37:04 +0000 (17:37 +0100)
xml-db/database/I2C.xml
xml-db/database/Mimosis.xml

index 8e8b025ca3548071d6c70bb8da11134b862db5e9..9373328e4039c0473ab48eeaa3fa5181b9412db5 100644 (file)
@@ -8,7 +8,7 @@
 
   
   <group name="I2C" address="0000"  size="6"  purpose="status" mode="rw" continuous="true">
-    <register name="MimosisI2C0" address="0000" >
+    <register name="I2C0" address="0000" >
       <description>First I2C register</description>
       <field name="Speed" start="0" bits="6" format="unsigned"  noflag="true" >
         <description>Multiples of 8 System clock cycles for 1/2 I2C clock</description>
       <field name="ReadWrite" start="8" bits="1" format="bitmask" noflag="true" >
         <description>Select to write (0) or read (1)</description>
       </field>    
+      <field name="ForceSCLLow" start="30" bits="1" format="boolean" errorflag="true" >
+        <description>Force SCL output to low</description>
+      </field> 
+      <field name="ForceSDALow" start="31" bits="1" format="boolean" errorflag="true" >
+        <description>Force SDA output to low</description>
+      </field> 
     </register>
     
     <register name="I2C2" address="0002" >
index 9207e566b3ac179e6042f2e014a7528239beef80..b44ea7ae738b9abe582c9e5069ef353eb4964068 100644 (file)
       </field>  
       <field name="ReadWrite" start="8" bits="1" format="bitmask" noflag="true" >
         <description>Select to write (0) or read (1)</description>
-      </field>    
+      </field> 
+      <field name="ForceSCLLow" start="30" bits="1" format="boolean" errorflag="true" >
+        <description>Force SCL output to low</description>
+      </field> 
+      <field name="ForceSDALow" start="31" bits="1" format="boolean" errorflag="true" >
+        <description>Force SDA output to low</description>
+      </field>       
     </register>
     
     <register name="MimosisI2C2" address="0002" >