pages.html 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
  5. <meta http-equiv="X-UA-Compatible" content="IE=9"/>
  6. <title>Usage and Description</title>
  7. <title>CMSIS: Usage and Description</title>
  8. <link href="tabs.css" rel="stylesheet" type="text/css"/>
  9. <link href="cmsis.css" rel="stylesheet" type="text/css" />
  10. <script type="text/javascript" src="jquery.js"></script>
  11. <script type="text/javascript" src="dynsections.js"></script>
  12. <script type="text/javascript" src="printComponentTabs.js"></script>
  13. <link href="navtree.css" rel="stylesheet" type="text/css"/>
  14. <script type="text/javascript" src="resize.js"></script>
  15. <script type="text/javascript" src="navtree.js"></script>
  16. <script type="text/javascript">
  17. $(document).ready(initResizable);
  18. $(window).load(resizeHeight);
  19. </script>
  20. </head>
  21. <body>
  22. <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
  23. <div id="titlearea">
  24. <table cellspacing="0" cellpadding="0">
  25. <tbody>
  26. <tr style="height: 46px;">
  27. <td id="projectlogo"><img alt="Logo" src="CMSIS_Logo_Final.png"/></td>
  28. <td style="padding-left: 0.5em;">
  29. <div id="projectname">CMSIS
  30. &#160;<span id="projectnumber">Version 5.7.0</span>
  31. </div>
  32. <div id="projectbrief">Software Interface Standard for Arm Cortex-based Microcontrollers</div>
  33. </td>
  34. </tr>
  35. </tbody>
  36. </table>
  37. </div>
  38. <!-- end header part -->
  39. <div id="CMSISnav" class="tabs1">
  40. <ul class="tablist">
  41. <script type="text/javascript">
  42. <!--
  43. writeComponentTabs.call(this);
  44. //-->
  45. </script>
  46. </ul>
  47. </div>
  48. <!-- Generated by Doxygen 1.8.6 -->
  49. <div id="navrow1" class="tabs">
  50. <ul class="tablist">
  51. <li><a href="index.html"><span>Main&#160;Page</span></a></li>
  52. <li class="current"><a href="pages.html"><span>Usage&#160;and&#160;Description</span></a></li>
  53. </ul>
  54. </div>
  55. </div><!-- top -->
  56. <div id="side-nav" class="ui-resizable side-nav-resizable">
  57. <div id="nav-tree">
  58. <div id="nav-tree-contents">
  59. <div id="nav-sync" class="sync"></div>
  60. </div>
  61. </div>
  62. <div id="splitbar" style="-moz-user-select:none;"
  63. class="ui-resizable-handle">
  64. </div>
  65. </div>
  66. <script type="text/javascript">
  67. $(document).ready(function(){initNavTree('pages.html','');});
  68. </script>
  69. <div id="doc-content">
  70. <div class="header">
  71. <div class="headertitle">
  72. <div class="title">Usage and Description</div> </div>
  73. </div><!--header-->
  74. <div class="contents">
  75. <div class="textblock">Here is a list of all related documentation pages:</div><div class="directory">
  76. <table class="directory">
  77. <tr id="row_0_" class="even"><td class="entry"><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><a class="el" href="cm_revisionHistory.html" target="_self">Revision History</a></td><td class="desc"></td></tr>
  78. </table>
  79. </div><!-- directory -->
  80. </div><!-- contents -->
  81. </div><!-- doc-content -->
  82. <!-- start footer part -->
  83. <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  84. <ul>
  85. <li class="footer">Generated on Thu Apr 9 2020 15:49:35 for CMSIS Version 5.7.0 by Arm Ltd. All rights reserved.
  86. <!--
  87. <a href="http://www.doxygen.org/index.html">
  88. <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6
  89. -->
  90. </li>
  91. </ul>
  92. </div>
  93. </body>
  94. </html>