driver.dio 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <mxfile host="65bd71144e" scale="1" border="0" disableSvgWarning="true">
  2. <diagram id="o74h3qfwTC5AuCh12pk7" name="第 1 页">
  3. <mxGraphModel dx="641" dy="472" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" background="none" math="0" shadow="0">
  4. <root>
  5. <mxCell id="0"/>
  6. <mxCell id="1" parent="0"/>
  7. <mxCell id="16" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;fontColor=#1A1A1A;strokeColor=#1A1A1A;" edge="1" parent="1" source="4" target="5">
  8. <mxGeometry relative="1" as="geometry"/>
  9. </mxCell>
  10. <mxCell id="4" value="&lt;span style=&quot;font-size: 16px&quot;&gt;获取外设配置&lt;/span&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=0;fontColor=#143642;strokeColor=#0F8B8D;fillColor=#FFFFFF;" vertex="1" parent="1">
  11. <mxGeometry x="140" y="40" width="170" height="50" as="geometry"/>
  12. </mxCell>
  13. <mxCell id="5" value="&lt;span style=&quot;font-size: 16px&quot;&gt;重置外设&lt;/span&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=0;fontColor=#143642;strokeColor=#0F8B8D;fillColor=#FFFFFF;" vertex="1" parent="1">
  14. <mxGeometry x="140" y="140" width="170" height="50" as="geometry"/>
  15. </mxCell>
  16. <mxCell id="6" value="&lt;span style=&quot;font-size: 16px&quot;&gt;初始化外设配置&lt;/span&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=0;fontColor=#143642;strokeColor=#0F8B8D;fillColor=#FFFFFF;" vertex="1" parent="1">
  17. <mxGeometry x="140" y="240" width="170" height="50" as="geometry"/>
  18. </mxCell>
  19. <mxCell id="7" value="&lt;b&gt;&lt;font style=&quot;font-size: 14px&quot;&gt;&amp;nbsp;外设接口&lt;/font&gt;&lt;/b&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=0;fontColor=#143642;strokeColor=#0F8B8D;fillColor=#FFFFFF;align=left;" vertex="1" parent="1">
  20. <mxGeometry y="340" width="520" height="90" as="geometry"/>
  21. </mxCell>
  22. <mxCell id="8" value="&lt;span style=&quot;font-size: 16px&quot;&gt;read&lt;/span&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=0;fontColor=#143642;strokeColor=#0F8B8D;fillColor=#FFFFFF;" vertex="1" parent="1">
  23. <mxGeometry x="70" y="355" width="90" height="25" as="geometry"/>
  24. </mxCell>
  25. <mxCell id="9" value="&lt;span style=&quot;font-size: 16px&quot;&gt;write&lt;/span&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=0;fontColor=#143642;strokeColor=#0F8B8D;fillColor=#FFFFFF;" vertex="1" parent="1">
  26. <mxGeometry x="180" y="355" width="90" height="25" as="geometry"/>
  27. </mxCell>
  28. <mxCell id="10" value="&lt;span style=&quot;font-size: 16px&quot;&gt;config&lt;/span&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=0;fontColor=#143642;strokeColor=#0F8B8D;fillColor=#FFFFFF;" vertex="1" parent="1">
  29. <mxGeometry x="290" y="355" width="90" height="25" as="geometry"/>
  30. </mxCell>
  31. <mxCell id="11" value="&lt;span style=&quot;font-size: 16px&quot;&gt;irq_handler&lt;/span&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=0;fontColor=#143642;strokeColor=#0F8B8D;fillColor=#FFFFFF;" vertex="1" parent="1">
  32. <mxGeometry x="390" y="355" width="121" height="25" as="geometry"/>
  33. </mxCell>
  34. <mxCell id="13" value="&lt;span style=&quot;font-size: 16px&quot;&gt;open&lt;/span&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=0;fontColor=#143642;strokeColor=#0F8B8D;fillColor=#FFFFFF;" vertex="1" parent="1">
  35. <mxGeometry x="70" y="390" width="90" height="25" as="geometry"/>
  36. </mxCell>
  37. <mxCell id="14" value="&lt;span style=&quot;font-size: 16px&quot;&gt;close&lt;/span&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=0;fontColor=#143642;strokeColor=#0F8B8D;fillColor=#FFFFFF;" vertex="1" parent="1">
  38. <mxGeometry x="180" y="390" width="90" height="25" as="geometry"/>
  39. </mxCell>
  40. <mxCell id="15" value="&lt;font color=&quot;#1a1a1a&quot;&gt;&lt;b&gt;... ...&lt;/b&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" vertex="1" parent="1">
  41. <mxGeometry x="290" y="395" width="60" height="20" as="geometry"/>
  42. </mxCell>
  43. <mxCell id="17" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;fontColor=#1A1A1A;strokeColor=#1A1A1A;" edge="1" parent="1">
  44. <mxGeometry relative="1" as="geometry">
  45. <mxPoint x="224.5" y="190" as="sourcePoint"/>
  46. <mxPoint x="224.5" y="240" as="targetPoint"/>
  47. <Array as="points">
  48. <mxPoint x="224.5" y="210"/>
  49. <mxPoint x="224.5" y="210"/>
  50. </Array>
  51. </mxGeometry>
  52. </mxCell>
  53. <mxCell id="18" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;fontColor=#1A1A1A;strokeColor=#1A1A1A;" edge="1" parent="1">
  54. <mxGeometry relative="1" as="geometry">
  55. <mxPoint x="224.5" y="290" as="sourcePoint"/>
  56. <mxPoint x="224.5" y="340" as="targetPoint"/>
  57. <Array as="points">
  58. <mxPoint x="224.5" y="310"/>
  59. <mxPoint x="224.5" y="310"/>
  60. </Array>
  61. </mxGeometry>
  62. </mxCell>
  63. <mxCell id="19" value="LookupCfg" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontColor=#1A1A1A;" vertex="1" parent="1">
  64. <mxGeometry x="330" y="55" width="130" height="20" as="geometry"/>
  65. </mxCell>
  66. <mxCell id="20" value="ResetCtrl" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontColor=#1A1A1A;" vertex="1" parent="1">
  67. <mxGeometry x="330" y="155" width="140" height="20" as="geometry"/>
  68. </mxCell>
  69. <mxCell id="21" value="InitCtrl" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontColor=#1A1A1A;" vertex="1" parent="1">
  70. <mxGeometry x="330" y="255" width="150" height="20" as="geometry"/>
  71. </mxCell>
  72. </root>
  73. </mxGraphModel>
  74. </diagram>
  75. </mxfile>