functions.html 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627
  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>CMSIS-CORE: Data Fields</title>
  7. <link href="tabs.css" rel="stylesheet" type="text/css"/>
  8. <link href="cmsis.css" rel="stylesheet" type="text/css" />
  9. <script type="text/javascript" src="jquery.js"></script>
  10. <script type="text/javascript" src="dynsections.js"></script>
  11. <link href="navtree.css" rel="stylesheet" type="text/css"/>
  12. <script type="text/javascript" src="resize.js"></script>
  13. <script type="text/javascript" src="navtree.js"></script>
  14. <script type="text/javascript">
  15. $(document).ready(initResizable);
  16. </script>
  17. <link href="search/search.css" rel="stylesheet" type="text/css"/>
  18. <script type="text/javascript" src="search/search.js"></script>
  19. <script type="text/javascript">
  20. $(document).ready(function() { searchBox.OnSelectItem(0); });
  21. </script>
  22. <link href="stylsheetf" rel="stylesheet" type="text/css" />
  23. </head>
  24. <body>
  25. <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
  26. <div id="titlearea">
  27. <table cellspacing="0" cellpadding="0">
  28. <tbody>
  29. <tr style="height: 46px;">
  30. <td id="projectlogo"><img alt="Logo" src="CMSIS_Logo_Final.png"/></td>
  31. <td style="padding-left: 0.5em;">
  32. <div id="projectname">CMSIS-CORE
  33. &#160;<span id="projectnumber">Version 4.00</span>
  34. </div>
  35. <div id="projectbrief">CMSIS-CORE support for Cortex-M processor-based devices</div>
  36. </td>
  37. </tr>
  38. </tbody>
  39. </table>
  40. </div>
  41. <!-- end header part -->
  42. <div id="CMSISnav" class="tabs1">
  43. <ul class="tablist">
  44. <li><a href="../../General/html/index.html"><span>CMSIS</span></a></li>
  45. <li class="current"><a href="../../Core/html/index.html"><span>CORE</span></a></li>
  46. <li><a href="../../Driver/html/index.html"><span>Driver</span></a></li>
  47. <li><a href="../../DSP/html/index.html"><span>DSP</span></a></li>
  48. <li><a href="../../RTOS/html/index.html"><span>RTOS API</span></a></li>
  49. <li><a href="../../Pack/html/index.html"><span>Pack</span></a></li>
  50. <li><a href="../../SVD/html/index.html"><span>SVD</span></a></li>
  51. </ul>
  52. </div>
  53. <!-- Generated by Doxygen 1.8.2 -->
  54. <script type="text/javascript">
  55. var searchBox = new SearchBox("searchBox", "search",false,'Search');
  56. </script>
  57. <div id="navrow1" class="tabs">
  58. <ul class="tablist">
  59. <li><a href="index.html"><span>Main&#160;Page</span></a></li>
  60. <li><a href="pages.html"><span>Usage&#160;and&#160;Description</span></a></li>
  61. <li><a href="modules.html"><span>Reference</span></a></li>
  62. <li>
  63. <div id="MSearchBox" class="MSearchBoxInactive">
  64. <span class="left">
  65. <img id="MSearchSelect" src="search/mag_sel.png"
  66. onmouseover="return searchBox.OnSearchSelectShow()"
  67. onmouseout="return searchBox.OnSearchSelectHide()"
  68. alt=""/>
  69. <input type="text" id="MSearchField" value="Search" accesskey="S"
  70. onfocus="searchBox.OnSearchFieldFocus(true)"
  71. onblur="searchBox.OnSearchFieldFocus(false)"
  72. onkeyup="searchBox.OnSearchFieldChange(event)"/>
  73. </span><span class="right">
  74. <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
  75. </span>
  76. </div>
  77. </li>
  78. </ul>
  79. </div>
  80. <div id="navrow2" class="tabs2">
  81. <ul class="tablist">
  82. <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
  83. <li class="current"><a href="functions.html"><span>Data&#160;Fields</span></a></li>
  84. </ul>
  85. </div>
  86. <div id="navrow3" class="tabs2">
  87. <ul class="tablist">
  88. <li class="current"><a href="functions.html"><span>All</span></a></li>
  89. <li><a href="functions_vars.html"><span>Variables</span></a></li>
  90. </ul>
  91. </div>
  92. <div id="navrow4" class="tabs3">
  93. <ul class="tablist">
  94. <li><a href="#index__"><span>_</span></a></li>
  95. <li><a href="#index_a"><span>a</span></a></li>
  96. <li><a href="#index_b"><span>b</span></a></li>
  97. <li><a href="#index_c"><span>c</span></a></li>
  98. <li><a href="#index_d"><span>d</span></a></li>
  99. <li><a href="#index_e"><span>e</span></a></li>
  100. <li><a href="#index_f"><span>f</span></a></li>
  101. <li><a href="#index_h"><span>h</span></a></li>
  102. <li><a href="#index_i"><span>i</span></a></li>
  103. <li><a href="#index_l"><span>l</span></a></li>
  104. <li><a href="#index_m"><span>m</span></a></li>
  105. <li><a href="#index_n"><span>n</span></a></li>
  106. <li><a href="#index_p"><span>p</span></a></li>
  107. <li><a href="#index_q"><span>q</span></a></li>
  108. <li><a href="#index_r"><span>r</span></a></li>
  109. <li><a href="#index_s"><span>s</span></a></li>
  110. <li><a href="#index_t"><span>t</span></a></li>
  111. <li><a href="#index_u"><span>u</span></a></li>
  112. <li><a href="#index_v"><span>v</span></a></li>
  113. <li><a href="#index_w"><span>w</span></a></li>
  114. <li><a href="#index_z"><span>z</span></a></li>
  115. </ul>
  116. </div>
  117. </div><!-- top -->
  118. <div id="side-nav" class="ui-resizable side-nav-resizable">
  119. <div id="nav-tree">
  120. <div id="nav-tree-contents">
  121. <div id="nav-sync" class="sync"></div>
  122. </div>
  123. </div>
  124. <div id="splitbar" style="-moz-user-select:none;"
  125. class="ui-resizable-handle">
  126. </div>
  127. </div>
  128. <script type="text/javascript">
  129. $(document).ready(function(){initNavTree('functions.html','');});
  130. </script>
  131. <div id="doc-content">
  132. <!-- window showing the filter options -->
  133. <div id="MSearchSelectWindow"
  134. onmouseover="return searchBox.OnSearchSelectShow()"
  135. onmouseout="return searchBox.OnSearchSelectHide()"
  136. onkeydown="return searchBox.OnSearchSelectKey(event)">
  137. <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Groups</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Pages</a></div>
  138. <!-- iframe showing the search results (closed by default) -->
  139. <div id="MSearchResultsWindow">
  140. <iframe src="javascript:void(0)" frameborder="0"
  141. name="MSearchResults" id="MSearchResults">
  142. </iframe>
  143. </div>
  144. <div class="contents">
  145. <div class="textblock">Here is a list of all struct and union fields with links to the structures/unions they belong to:</div>
  146. <h3><a class="anchor" id="index__"></a>- _ -</h3><ul>
  147. <li>_reserved0
  148. : <a class="el" href="union_a_p_s_r___type.html#afbce95646fd514c10aa85ec0a33db728">APSR_Type</a>
  149. , <a class="el" href="union_c_o_n_t_r_o_l___type.html#af8c314273a1e4970a5671bd7f8184f50">CONTROL_Type</a>
  150. , <a class="el" href="unionx_p_s_r___type.html#af438e0f407357e914a70b5bd4d6a97c5">xPSR_Type</a>
  151. , <a class="el" href="union_i_p_s_r___type.html#ad2eb0a06de4f03f58874a727716aa9aa">IPSR_Type</a>
  152. </li>
  153. </ul>
  154. <h3><a class="anchor" id="index_a"></a>- a -</h3><ul>
  155. <li>ACPR
  156. : <a class="el" href="struct_t_p_i___type.html#ad75832a669eb121f6fce3c28d36b7fab">TPI_Type</a>
  157. </li>
  158. <li>ACTLR
  159. : <a class="el" href="struct_s_cn_s_c_b___type.html#aacadedade30422fed705e8dfc8e6cd8d">SCnSCB_Type</a>
  160. </li>
  161. <li>ADR
  162. : <a class="el" href="struct_s_c_b___type.html#aaedf846e435ed05c68784b40d3db2bf2">SCB_Type</a>
  163. </li>
  164. <li>AFSR
  165. : <a class="el" href="struct_s_c_b___type.html#aeb77053c84f49c261ab5b8374e8958ef">SCB_Type</a>
  166. </li>
  167. <li>AIRCR
  168. : <a class="el" href="struct_s_c_b___type.html#a6ed3c9064013343ea9fd0a73a734f29d">SCB_Type</a>
  169. </li>
  170. </ul>
  171. <h3><a class="anchor" id="index_b"></a>- b -</h3><ul>
  172. <li>b
  173. : <a class="el" href="union_a_p_s_r___type.html#a7dbc79a057ded4b11ca5323fc2d5ab14">APSR_Type</a>
  174. , <a class="el" href="union_i_p_s_r___type.html#add0d6497bd50c25569ea22b48a03ec50">IPSR_Type</a>
  175. , <a class="el" href="union_c_o_n_t_r_o_l___type.html#adc6a38ab2980d0e9577b5a871da14eb9">CONTROL_Type</a>
  176. , <a class="el" href="unionx_p_s_r___type.html#a3b1063bb5cdad67e037cba993b693b70">xPSR_Type</a>
  177. </li>
  178. <li>BFAR
  179. : <a class="el" href="struct_s_c_b___type.html#a31f79afe86c949c9862e7d5fce077c3a">SCB_Type</a>
  180. </li>
  181. </ul>
  182. <h3><a class="anchor" id="index_c"></a>- c -</h3><ul>
  183. <li>C
  184. : <a class="el" href="union_a_p_s_r___type.html#a86e2c5b891ecef1ab55b1edac0da79a6">APSR_Type</a>
  185. , <a class="el" href="unionx_p_s_r___type.html#a40213a6b5620410cac83b0d89564609d">xPSR_Type</a>
  186. </li>
  187. <li>CALIB
  188. : <a class="el" href="struct_sys_tick___type.html#a9c9eda0ea6f6a7c904d2d75a6963e238">SysTick_Type</a>
  189. </li>
  190. <li>CCR
  191. : <a class="el" href="struct_s_c_b___type.html#a6d273c6b90bad15c91dfbbad0f6e92d8">SCB_Type</a>
  192. </li>
  193. <li>CFSR
  194. : <a class="el" href="struct_s_c_b___type.html#a2f94bf549b16fdeb172352e22309e3c4">SCB_Type</a>
  195. </li>
  196. <li>CLAIMCLR
  197. : <a class="el" href="struct_t_p_i___type.html#a44efa6045512c8d4da64b0623f7a43ad">TPI_Type</a>
  198. </li>
  199. <li>CLAIMSET
  200. : <a class="el" href="struct_t_p_i___type.html#a2e4d5a07fabd771fa942a171230a0a84">TPI_Type</a>
  201. </li>
  202. <li>COMP0
  203. : <a class="el" href="struct_d_w_t___type.html#a7cf71ff4b30a8362690fddd520763904">DWT_Type</a>
  204. </li>
  205. <li>COMP1
  206. : <a class="el" href="struct_d_w_t___type.html#a4a5bb70a5ce3752bd628d5ce5658cb0c">DWT_Type</a>
  207. </li>
  208. <li>COMP2
  209. : <a class="el" href="struct_d_w_t___type.html#a8927aedbe9fd6bdae8983088efc83332">DWT_Type</a>
  210. </li>
  211. <li>COMP3
  212. : <a class="el" href="struct_d_w_t___type.html#a3df15697eec279dbbb4b4e9d9ae8b62f">DWT_Type</a>
  213. </li>
  214. <li>CPACR
  215. : <a class="el" href="struct_s_c_b___type.html#af460b56ce524a8e3534173f0aee78e85">SCB_Type</a>
  216. </li>
  217. <li>CPICNT
  218. : <a class="el" href="struct_d_w_t___type.html#a88cca2ab8eb1b5b507817656ceed89fc">DWT_Type</a>
  219. </li>
  220. <li>CPUID
  221. : <a class="el" href="struct_s_c_b___type.html#afa7a9ee34dfa1da0b60b4525da285032">SCB_Type</a>
  222. </li>
  223. <li>CSPSR
  224. : <a class="el" href="struct_t_p_i___type.html#aa723ef3d38237aa2465779b3cc73a94a">TPI_Type</a>
  225. </li>
  226. <li>CTRL
  227. : <a class="el" href="struct_d_w_t___type.html#a37964d64a58551b69ce4c8097210d37d">DWT_Type</a>
  228. , <a class="el" href="struct_m_p_u___type.html#aab33593671948b93b1c0908d78779328">MPU_Type</a>
  229. , <a class="el" href="struct_sys_tick___type.html#af2ad94ac83e5d40fc6e34884bc1bec5f">SysTick_Type</a>
  230. </li>
  231. <li>CYCCNT
  232. : <a class="el" href="struct_d_w_t___type.html#a71680298e85e96e57002f87e7ab78fd4">DWT_Type</a>
  233. </li>
  234. </ul>
  235. <h3><a class="anchor" id="index_d"></a>- d -</h3><ul>
  236. <li>DCRDR
  237. : <a class="el" href="struct_core_debug___type.html#ab8f4bb076402b61f7be6308075a789c9">CoreDebug_Type</a>
  238. </li>
  239. <li>DCRSR
  240. : <a class="el" href="struct_core_debug___type.html#afefa84bce7497652353a1b76d405d983">CoreDebug_Type</a>
  241. </li>
  242. <li>DEMCR
  243. : <a class="el" href="struct_core_debug___type.html#a5cdd51dbe3ebb7041880714430edd52d">CoreDebug_Type</a>
  244. </li>
  245. <li>DEVID
  246. : <a class="el" href="struct_t_p_i___type.html#a4b2e0d680cf7e26728ca8966363a938d">TPI_Type</a>
  247. </li>
  248. <li>DEVTYPE
  249. : <a class="el" href="struct_t_p_i___type.html#a16d12c5b1e12f764fa3ec4a51c5f0f35">TPI_Type</a>
  250. </li>
  251. <li>DFR
  252. : <a class="el" href="struct_s_c_b___type.html#a586a5225467262b378c0f231ccc77f86">SCB_Type</a>
  253. </li>
  254. <li>DFSR
  255. : <a class="el" href="struct_s_c_b___type.html#ad7d61d9525fa9162579c3da0b87bff8d">SCB_Type</a>
  256. </li>
  257. <li>DHCSR
  258. : <a class="el" href="struct_core_debug___type.html#a25c14c022c73a725a1736e903431095d">CoreDebug_Type</a>
  259. </li>
  260. </ul>
  261. <h3><a class="anchor" id="index_e"></a>- e -</h3><ul>
  262. <li>EXCCNT
  263. : <a class="el" href="struct_d_w_t___type.html#ac0801a2328f3431e4706fed91c828f82">DWT_Type</a>
  264. </li>
  265. </ul>
  266. <h3><a class="anchor" id="index_f"></a>- f -</h3><ul>
  267. <li>FFCR
  268. : <a class="el" href="struct_t_p_i___type.html#a3eb42d69922e340037692424a69da880">TPI_Type</a>
  269. </li>
  270. <li>FFSR
  271. : <a class="el" href="struct_t_p_i___type.html#ae67849b2c1016fe6ef9095827d16cddd">TPI_Type</a>
  272. </li>
  273. <li>FIFO0
  274. : <a class="el" href="struct_t_p_i___type.html#ae91ff529e87d8e234343ed31bcdc4f10">TPI_Type</a>
  275. </li>
  276. <li>FIFO1
  277. : <a class="el" href="struct_t_p_i___type.html#aebaa9b8dd27f8017dd4f92ecf32bac8e">TPI_Type</a>
  278. </li>
  279. <li>FOLDCNT
  280. : <a class="el" href="struct_d_w_t___type.html#a35f2315f870a574e3e6958face6584ab">DWT_Type</a>
  281. </li>
  282. <li>FPCA
  283. : <a class="el" href="union_c_o_n_t_r_o_l___type.html#ac62cfff08e6f055e0101785bad7094cd">CONTROL_Type</a>
  284. </li>
  285. <li>FPCAR
  286. : <a class="el" href="struct_f_p_u___type.html#aa48253f088dc524de80c42fbc995f66b">FPU_Type</a>
  287. </li>
  288. <li>FPCCR
  289. : <a class="el" href="struct_f_p_u___type.html#a22054423086a3daf2077fb2f3fe2a8b8">FPU_Type</a>
  290. </li>
  291. <li>FPDSCR
  292. : <a class="el" href="struct_f_p_u___type.html#a4d58ef3ebea69a5ec5acd8c90a9941b6">FPU_Type</a>
  293. </li>
  294. <li>FSCR
  295. : <a class="el" href="struct_t_p_i___type.html#a377b78fe804f327e6f8b3d0f37e7bfef">TPI_Type</a>
  296. </li>
  297. <li>FUNCTION0
  298. : <a class="el" href="struct_d_w_t___type.html#a5fbd9947d110cc168941f6acadc4a729">DWT_Type</a>
  299. </li>
  300. <li>FUNCTION1
  301. : <a class="el" href="struct_d_w_t___type.html#a3345a33476ee58e165447a3212e6d747">DWT_Type</a>
  302. </li>
  303. <li>FUNCTION2
  304. : <a class="el" href="struct_d_w_t___type.html#acba1654190641a3617fcc558b5e3f87b">DWT_Type</a>
  305. </li>
  306. <li>FUNCTION3
  307. : <a class="el" href="struct_d_w_t___type.html#a80bd242fc05ca80f9db681ce4d82e890">DWT_Type</a>
  308. </li>
  309. </ul>
  310. <h3><a class="anchor" id="index_h"></a>- h -</h3><ul>
  311. <li>HFSR
  312. : <a class="el" href="struct_s_c_b___type.html#a7bed53391da4f66d8a2a236a839d4c3d">SCB_Type</a>
  313. </li>
  314. </ul>
  315. <h3><a class="anchor" id="index_i"></a>- i -</h3><ul>
  316. <li>IABR
  317. : <a class="el" href="struct_n_v_i_c___type.html#a33e917b381e08dabe4aa5eb2881a7c11">NVIC_Type</a>
  318. </li>
  319. <li>ICER
  320. : <a class="el" href="struct_n_v_i_c___type.html#a1965a2e68b61d2e2009621f6949211a5">NVIC_Type</a>
  321. </li>
  322. <li>ICPR
  323. : <a class="el" href="struct_n_v_i_c___type.html#a46241be64208436d35c9a4f8552575c5">NVIC_Type</a>
  324. </li>
  325. <li>ICSR
  326. : <a class="el" href="struct_s_c_b___type.html#a3e66570ab689d28aebefa7e84e85dc4a">SCB_Type</a>
  327. </li>
  328. <li>ICTR
  329. : <a class="el" href="struct_s_cn_s_c_b___type.html#ad99a25f5d4c163d9005ca607c24f6a98">SCnSCB_Type</a>
  330. </li>
  331. <li>IP
  332. : <a class="el" href="struct_n_v_i_c___type.html#a6524789fedb94623822c3e0a47f3d06c">NVIC_Type</a>
  333. </li>
  334. <li>ISAR
  335. : <a class="el" href="struct_s_c_b___type.html#acee8e458f054aac964268f4fe647ea4f">SCB_Type</a>
  336. </li>
  337. <li>ISER
  338. : <a class="el" href="struct_n_v_i_c___type.html#af90c80b7c2b48e248780b3781e0df80f">NVIC_Type</a>
  339. </li>
  340. <li>ISPR
  341. : <a class="el" href="struct_n_v_i_c___type.html#acf8e38fc2e97316242ddeb7ea959ab90">NVIC_Type</a>
  342. </li>
  343. <li>ISR
  344. : <a class="el" href="union_i_p_s_r___type.html#ab46e5f1b2f4d17cfb9aca4fffcbb2fa5">IPSR_Type</a>
  345. , <a class="el" href="unionx_p_s_r___type.html#a3e9120dcf1a829fc8d2302b4d0673970">xPSR_Type</a>
  346. </li>
  347. <li>IT
  348. : <a class="el" href="unionx_p_s_r___type.html#a3200966922a194d84425e2807a7f1328">xPSR_Type</a>
  349. </li>
  350. <li>ITATBCTR0
  351. : <a class="el" href="struct_t_p_i___type.html#a20ca7fad4d4009c242f20a7b4a44b7d0">TPI_Type</a>
  352. </li>
  353. <li>ITATBCTR2
  354. : <a class="el" href="struct_t_p_i___type.html#a176d991adb4c022bd5b982a9f8fa6a1d">TPI_Type</a>
  355. </li>
  356. <li>ITCTRL
  357. : <a class="el" href="struct_t_p_i___type.html#ab49c2cb6b5fe082746a444e07548c198">TPI_Type</a>
  358. </li>
  359. </ul>
  360. <h3><a class="anchor" id="index_l"></a>- l -</h3><ul>
  361. <li>LOAD
  362. : <a class="el" href="struct_sys_tick___type.html#ae7bc9d3eac1147f3bba8d73a8395644f">SysTick_Type</a>
  363. </li>
  364. <li>LSUCNT
  365. : <a class="el" href="struct_d_w_t___type.html#aeba92e6c7fd3de4ba06bfd94f47f5b35">DWT_Type</a>
  366. </li>
  367. </ul>
  368. <h3><a class="anchor" id="index_m"></a>- m -</h3><ul>
  369. <li>MASK0
  370. : <a class="el" href="struct_d_w_t___type.html#a5bb1c17fc754180cc197b874d3d8673f">DWT_Type</a>
  371. </li>
  372. <li>MASK1
  373. : <a class="el" href="struct_d_w_t___type.html#a0c684438a24f8c927e6e01c0e0a605ef">DWT_Type</a>
  374. </li>
  375. <li>MASK2
  376. : <a class="el" href="struct_d_w_t___type.html#a8ecdc8f0d917dac86b0373532a1c0e2e">DWT_Type</a>
  377. </li>
  378. <li>MASK3
  379. : <a class="el" href="struct_d_w_t___type.html#ae3f01137a8d28c905ddefe7333547fba">DWT_Type</a>
  380. </li>
  381. <li>MMFAR
  382. : <a class="el" href="struct_s_c_b___type.html#ac49b24b3f222508464f111772f2c44dd">SCB_Type</a>
  383. </li>
  384. <li>MMFR
  385. : <a class="el" href="struct_s_c_b___type.html#aec2f8283d2737c6897188568a4214976">SCB_Type</a>
  386. </li>
  387. <li>MVFR0
  388. : <a class="el" href="struct_f_p_u___type.html#a135577b0a76bd3164be2a02f29ca46f1">FPU_Type</a>
  389. </li>
  390. <li>MVFR1
  391. : <a class="el" href="struct_f_p_u___type.html#a776e8625853e1413c4e8330ec85c256d">FPU_Type</a>
  392. </li>
  393. </ul>
  394. <h3><a class="anchor" id="index_n"></a>- n -</h3><ul>
  395. <li>N
  396. : <a class="el" href="union_a_p_s_r___type.html#a7e7bbba9b00b0bb3283dc07f1abe37e0">APSR_Type</a>
  397. , <a class="el" href="unionx_p_s_r___type.html#a2db9a52f6d42809627d1a7a607c5dbc5">xPSR_Type</a>
  398. </li>
  399. <li>nPRIV
  400. : <a class="el" href="union_c_o_n_t_r_o_l___type.html#a35c1732cf153b7b5c4bd321cf1de9605">CONTROL_Type</a>
  401. </li>
  402. </ul>
  403. <h3><a class="anchor" id="index_p"></a>- p -</h3><ul>
  404. <li>PCSR
  405. : <a class="el" href="struct_d_w_t___type.html#abc5ae11d98da0ad5531a5e979a3c2ab5">DWT_Type</a>
  406. </li>
  407. <li>PFR
  408. : <a class="el" href="struct_s_c_b___type.html#a3f51c43f952f3799951d0c54e76b0cb7">SCB_Type</a>
  409. </li>
  410. <li>PORT
  411. : <a class="el" href="struct_i_t_m___type.html#afe056e8c8f8c5519d9b47611fa3a4c46">ITM_Type</a>
  412. </li>
  413. </ul>
  414. <h3><a class="anchor" id="index_q"></a>- q -</h3><ul>
  415. <li>Q
  416. : <a class="el" href="union_a_p_s_r___type.html#a22d10913489d24ab08bd83457daa88de">APSR_Type</a>
  417. , <a class="el" href="unionx_p_s_r___type.html#add7cbd2b0abd8954d62cd7831796ac7c">xPSR_Type</a>
  418. </li>
  419. </ul>
  420. <h3><a class="anchor" id="index_r"></a>- r -</h3><ul>
  421. <li>RASR
  422. : <a class="el" href="struct_m_p_u___type.html#adc65d266d15ce9ba57b3d127e8267f03">MPU_Type</a>
  423. </li>
  424. <li>RASR_A1
  425. : <a class="el" href="struct_m_p_u___type.html#a94222f9a8637b5329016e18f08af7185">MPU_Type</a>
  426. </li>
  427. <li>RASR_A2
  428. : <a class="el" href="struct_m_p_u___type.html#a0aac7727a6225c6aa00627c36d51d014">MPU_Type</a>
  429. </li>
  430. <li>RASR_A3
  431. : <a class="el" href="struct_m_p_u___type.html#aced0b908173b9a4bae4f59452f0cdb0d">MPU_Type</a>
  432. </li>
  433. <li>RBAR
  434. : <a class="el" href="struct_m_p_u___type.html#a3f2e2448a77aadacd9f394f6c4c708d9">MPU_Type</a>
  435. </li>
  436. <li>RBAR_A1
  437. : <a class="el" href="struct_m_p_u___type.html#a4dbcffa0a71c31e521b645b34b40e639">MPU_Type</a>
  438. </li>
  439. <li>RBAR_A2
  440. : <a class="el" href="struct_m_p_u___type.html#a8703a00626dba046b841c0db6c78c395">MPU_Type</a>
  441. </li>
  442. <li>RBAR_A3
  443. : <a class="el" href="struct_m_p_u___type.html#a9fda17c37b85ef317c7c8688ff8c5804">MPU_Type</a>
  444. </li>
  445. <li>RESERVED0
  446. : <a class="el" href="struct_n_v_i_c___type.html#a2de17698945ea49abd58a2d45bdc9c80">NVIC_Type</a>
  447. , <a class="el" href="struct_s_c_b___type.html#ac89a5d9901e3748d22a7090bfca2bee6">SCB_Type</a>
  448. , <a class="el" href="struct_s_cn_s_c_b___type.html#afe1d5fd2966d5062716613b05c8d0ae1">SCnSCB_Type</a>
  449. , <a class="el" href="struct_i_t_m___type.html#a2c5ae30385b5f370d023468ea9914c0e">ITM_Type</a>
  450. , <a class="el" href="struct_f_p_u___type.html#a7b2967b069046c8544adbbc1db143a36">FPU_Type</a>
  451. , <a class="el" href="struct_d_w_t___type.html#addd893d655ed90d40705b20170daac59">DWT_Type</a>
  452. , <a class="el" href="struct_t_p_i___type.html#af143c5e8fc9a3b2be2878e9c1f331aa9">TPI_Type</a>
  453. </li>
  454. <li>RESERVED1
  455. : <a class="el" href="struct_i_t_m___type.html#afffce5b93bbfedbaee85357d0b07ebce">ITM_Type</a>
  456. , <a class="el" href="struct_d_w_t___type.html#a069871233a8c1df03521e6d7094f1de4">DWT_Type</a>
  457. , <a class="el" href="struct_t_p_i___type.html#ac3956fe93987b725d89d3be32738da12">TPI_Type</a>
  458. </li>
  459. <li>RESERVED2
  460. : <a class="el" href="struct_i_t_m___type.html#af56b2f07bc6b42cd3e4d17e1b27cff7b">ITM_Type</a>
  461. , <a class="el" href="struct_d_w_t___type.html#a8556ca1c32590517602d92fe0cd55738">DWT_Type</a>
  462. , <a class="el" href="struct_t_p_i___type.html#ac7bbb92e6231b9b38ac483f7d161a096">TPI_Type</a>
  463. , <a class="el" href="struct_n_v_i_c___type.html#a0953af43af8ec7fd5869a1d826ce5b72">NVIC_Type</a>
  464. </li>
  465. <li>RESERVED3
  466. : <a class="el" href="struct_t_p_i___type.html#a31700c8cdd26e4c094db72af33d9f24c">TPI_Type</a>
  467. , <a class="el" href="struct_n_v_i_c___type.html#a9dd330835dbf21471e7b5be8692d77ab">NVIC_Type</a>
  468. </li>
  469. <li>RESERVED4
  470. : <a class="el" href="struct_n_v_i_c___type.html#a5c0e5d507ac3c1bd5cdaaf9bbd177790">NVIC_Type</a>
  471. , <a class="el" href="struct_t_p_i___type.html#a684071216fafee4e80be6aaa932cec46">TPI_Type</a>
  472. </li>
  473. <li>RESERVED5
  474. : <a class="el" href="struct_t_p_i___type.html#a3f80dd93f6bab6524603a7aa58de9a30">TPI_Type</a>
  475. , <a class="el" href="struct_n_v_i_c___type.html#a4f753b4f824270175af045ac99bc12e8">NVIC_Type</a>
  476. </li>
  477. <li>RESERVED7
  478. : <a class="el" href="struct_t_p_i___type.html#a476ca23fbc9480f1697fbec871130550">TPI_Type</a>
  479. </li>
  480. <li>RNR
  481. : <a class="el" href="struct_m_p_u___type.html#afd8de96a5d574c3953e2106e782f9833">MPU_Type</a>
  482. </li>
  483. <li>RSERVED1
  484. : <a class="el" href="struct_n_v_i_c___type.html#a6d1daf7ab6f2ba83f57ff67ae6f571fe">NVIC_Type</a>
  485. </li>
  486. </ul>
  487. <h3><a class="anchor" id="index_s"></a>- s -</h3><ul>
  488. <li>SCR
  489. : <a class="el" href="struct_s_c_b___type.html#abfad14e7b4534d73d329819625d77a16">SCB_Type</a>
  490. </li>
  491. <li>SHCSR
  492. : <a class="el" href="struct_s_c_b___type.html#ae9891a59abbe51b0b2067ca507ca212f">SCB_Type</a>
  493. </li>
  494. <li>SHP
  495. : <a class="el" href="struct_s_c_b___type.html#af6336103f8be0cab29de51daed5a65f4">SCB_Type</a>
  496. </li>
  497. <li>SLEEPCNT
  498. : <a class="el" href="struct_d_w_t___type.html#a8afd5a4bf994011748bc012fa442c74d">DWT_Type</a>
  499. </li>
  500. <li>SPPR
  501. : <a class="el" href="struct_t_p_i___type.html#a3eb655f2e45d7af358775025c1a50c8e">TPI_Type</a>
  502. </li>
  503. <li>SPSEL
  504. : <a class="el" href="union_c_o_n_t_r_o_l___type.html#a8cc085fea1c50a8bd9adea63931ee8e2">CONTROL_Type</a>
  505. </li>
  506. <li>SSPSR
  507. : <a class="el" href="struct_t_p_i___type.html#a158e9d784f6ee6398f4bdcb2e4ca0912">TPI_Type</a>
  508. </li>
  509. <li>STIR
  510. : <a class="el" href="struct_n_v_i_c___type.html#a0b0d7f3131da89c659a2580249432749">NVIC_Type</a>
  511. </li>
  512. </ul>
  513. <h3><a class="anchor" id="index_t"></a>- t -</h3><ul>
  514. <li>T
  515. : <a class="el" href="unionx_p_s_r___type.html#a7eed9fe24ae8d354cd76ae1c1110a658">xPSR_Type</a>
  516. </li>
  517. <li>TCR
  518. : <a class="el" href="struct_i_t_m___type.html#a58f169e1aa40a9b8afb6296677c3bb45">ITM_Type</a>
  519. </li>
  520. <li>TER
  521. : <a class="el" href="struct_i_t_m___type.html#a91a040e1b162e1128ac1e852b4a0e589">ITM_Type</a>
  522. </li>
  523. <li>TPR
  524. : <a class="el" href="struct_i_t_m___type.html#a93b480aac6da620bbb611212186d47fa">ITM_Type</a>
  525. </li>
  526. <li>TRIGGER
  527. : <a class="el" href="struct_t_p_i___type.html#aa4b603c71768dbda553da571eccba1fe">TPI_Type</a>
  528. </li>
  529. <li>TYPE
  530. : <a class="el" href="struct_m_p_u___type.html#a6ae8a8c3a4909ae41447168d793608f7">MPU_Type</a>
  531. </li>
  532. </ul>
  533. <h3><a class="anchor" id="index_u"></a>- u -</h3><ul>
  534. <li>u16
  535. : <a class="el" href="struct_i_t_m___type.html#a12aa4eb4d9dcb589a5d953c836f4e8f4">ITM_Type</a>
  536. </li>
  537. <li>u32
  538. : <a class="el" href="struct_i_t_m___type.html#a6882fa5af67ef5c5dfb433b3b68939df">ITM_Type</a>
  539. </li>
  540. <li>u8
  541. : <a class="el" href="struct_i_t_m___type.html#abea77b06775d325e5f6f46203f582433">ITM_Type</a>
  542. </li>
  543. </ul>
  544. <h3><a class="anchor" id="index_v"></a>- v -</h3><ul>
  545. <li>V
  546. : <a class="el" href="union_a_p_s_r___type.html#a8004d224aacb78ca37774c35f9156e7e">APSR_Type</a>
  547. , <a class="el" href="unionx_p_s_r___type.html#af14df16ea0690070c45b95f2116b7a0a">xPSR_Type</a>
  548. </li>
  549. <li>VAL
  550. : <a class="el" href="struct_sys_tick___type.html#a0997ff20f11817f8246e8f0edac6f4e4">SysTick_Type</a>
  551. </li>
  552. <li>VTOR
  553. : <a class="el" href="struct_s_c_b___type.html#a0faf96f964931cadfb71cfa54e051f6f">SCB_Type</a>
  554. </li>
  555. </ul>
  556. <h3><a class="anchor" id="index_w"></a>- w -</h3><ul>
  557. <li>w
  558. : <a class="el" href="union_a_p_s_r___type.html#ae4c2ef8c9430d7b7bef5cbfbbaed3a94">APSR_Type</a>
  559. , <a class="el" href="union_c_o_n_t_r_o_l___type.html#a6b642cca3d96da660b1198c133ca2a1f">CONTROL_Type</a>
  560. , <a class="el" href="unionx_p_s_r___type.html#a1a47176768f45f79076c4f5b1b534bc2">xPSR_Type</a>
  561. , <a class="el" href="union_i_p_s_r___type.html#a4adca999d3a0bc1ae682d73ea7cfa879">IPSR_Type</a>
  562. </li>
  563. </ul>
  564. <h3><a class="anchor" id="index_z"></a>- z -</h3><ul>
  565. <li>Z
  566. : <a class="el" href="union_a_p_s_r___type.html#a3b04d58738b66a28ff13f23d8b0ba7e5">APSR_Type</a>
  567. , <a class="el" href="unionx_p_s_r___type.html#a1e5d9801013d5146f2e02d9b7b3da562">xPSR_Type</a>
  568. </li>
  569. </ul>
  570. </div><!-- contents -->
  571. </div><!-- doc-content -->
  572. <!-- start footer part -->
  573. <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  574. <ul>
  575. <li class="footer">Generated on Tue Sep 23 2014 18:52:32 for CMSIS-CORE by ARM Ltd. All rights reserved.
  576. <!--
  577. <a href="http://www.doxygen.org/index.html">
  578. <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.2
  579. -->
  580. </li>
  581. </ul>
  582. </div>
  583. </body>
  584. </html>