globals_defs.html 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453
  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>Globals</title>
  7. <title>CMSIS-RTOS2: Globals</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. <link href="search/search.css" rel="stylesheet" type="text/css"/>
  21. <script type="text/javascript" src="search/search.js"></script>
  22. <script type="text/javascript">
  23. $(document).ready(function() { searchBox.OnSelectItem(0); });
  24. </script>
  25. </head>
  26. <body>
  27. <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
  28. <div id="titlearea">
  29. <table cellspacing="0" cellpadding="0">
  30. <tbody>
  31. <tr style="height: 46px;">
  32. <td id="projectlogo"><img alt="Logo" src="CMSIS_Logo_Final.png"/></td>
  33. <td style="padding-left: 0.5em;">
  34. <div id="projectname">CMSIS-RTOS2
  35. &#160;<span id="projectnumber">Version 2.1.3</span>
  36. </div>
  37. <div id="projectbrief">Real-Time Operating System: API and RTX Reference Implementation</div>
  38. </td>
  39. </tr>
  40. </tbody>
  41. </table>
  42. </div>
  43. <!-- end header part -->
  44. <div id="CMSISnav" class="tabs1">
  45. <ul class="tablist">
  46. <script type="text/javascript">
  47. <!--
  48. writeComponentTabs.call(this);
  49. //-->
  50. </script>
  51. </ul>
  52. </div>
  53. <!-- Generated by Doxygen 1.8.6 -->
  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="navrow3" class="tabs2">
  81. <ul class="tablist">
  82. <li><a href="globals.html"><span>All</span></a></li>
  83. <li><a href="globals_func.html"><span>Functions</span></a></li>
  84. <li><a href="globals_vars.html"><span>Variables</span></a></li>
  85. <li><a href="globals_type.html"><span>Typedefs</span></a></li>
  86. <li><a href="globals_enum.html"><span>Enumerations</span></a></li>
  87. <li><a href="globals_eval.html"><span>Enumerator</span></a></li>
  88. <li class="current"><a href="globals_defs.html"><span>Macros</span></a></li>
  89. </ul>
  90. </div>
  91. <div id="navrow4" class="tabs3">
  92. <ul class="tablist">
  93. <li><a href="#index__"><span>_</span></a></li>
  94. <li><a href="#index_i"><span>i</span></a></li>
  95. <li><a href="#index_o"><span>o</span></a></li>
  96. <li class="current"><a href="#index_t"><span>t</span></a></li>
  97. </ul>
  98. </div>
  99. </div><!-- top -->
  100. <div id="side-nav" class="ui-resizable side-nav-resizable">
  101. <div id="nav-tree">
  102. <div id="nav-tree-contents">
  103. <div id="nav-sync" class="sync"></div>
  104. </div>
  105. </div>
  106. <div id="splitbar" style="-moz-user-select:none;"
  107. class="ui-resizable-handle">
  108. </div>
  109. </div>
  110. <script type="text/javascript">
  111. $(document).ready(function(){initNavTree('globals_defs.html','');});
  112. </script>
  113. <div id="doc-content">
  114. <!-- window showing the filter options -->
  115. <div id="MSearchSelectWindow"
  116. onmouseover="return searchBox.OnSearchSelectShow()"
  117. onmouseout="return searchBox.OnSearchSelectHide()"
  118. onkeydown="return searchBox.OnSearchSelectKey(event)">
  119. <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>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Macros</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark">&#160;</span>Groups</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(10)"><span class="SelectionMark">&#160;</span>Pages</a></div>
  120. <!-- iframe showing the search results (closed by default) -->
  121. <div id="MSearchResultsWindow">
  122. <iframe src="javascript:void(0)" frameborder="0"
  123. name="MSearchResults" id="MSearchResults">
  124. </iframe>
  125. </div>
  126. <div class="contents">
  127. &#160;
  128. <h3><a class="anchor" id="index__"></a>- _ -</h3><ul>
  129. <li>__NO_RETURN
  130. : <a class="el" href="cmsis__os2_8h.html#a153a4a31b276a9758959580538720a51">cmsis_os2.h</a>
  131. </li>
  132. </ul>
  133. <h3><a class="anchor" id="index_i"></a>- i -</h3><ul>
  134. <li>IRQHANDLER_T
  135. : <a class="el" href="os__tick_8h.html#aed032df21f11e8715f5c4deeeb56cc36">os_tick.h</a>
  136. </li>
  137. </ul>
  138. <h3><a class="anchor" id="index_o"></a>- o -</h3><ul>
  139. <li>OS_EVR_THFLAGS
  140. : <a class="el" href="rtx__evr_8h.html#a8e1abf0403e5aabff14bffa28c0bf14b">rtx_evr.h</a>
  141. </li>
  142. <li>OS_EVR_WAIT
  143. : <a class="el" href="rtx__evr_8h.html#aad9052994e484a85e2ea7c34b3957f29">rtx_evr.h</a>
  144. </li>
  145. <li>osFlagsError
  146. : <a class="el" href="cmsis__os2_8h.html#a01c1359c3a5640bff6e08f09bf94ce3a">cmsis_os2.h</a>
  147. </li>
  148. <li>osFlagsErrorISR
  149. : <a class="el" href="group__flags__error__codes.html#gaea3abd186643f539877e894b62b63448">cmsis_os2.h</a>
  150. </li>
  151. <li>osFlagsErrorParameter
  152. : <a class="el" href="group__flags__error__codes.html#gaa8a95ef938f8f5a9fcb815ec53184f77">cmsis_os2.h</a>
  153. </li>
  154. <li>osFlagsErrorResource
  155. : <a class="el" href="group__flags__error__codes.html#ga4db38b50da1889bcaaa7f747e844f904">cmsis_os2.h</a>
  156. </li>
  157. <li>osFlagsErrorTimeout
  158. : <a class="el" href="group__flags__error__codes.html#ga2e951c3f1c3b7bff4eca3d7836cd19ca">cmsis_os2.h</a>
  159. </li>
  160. <li>osFlagsErrorUnknown
  161. : <a class="el" href="group__flags__error__codes.html#ga3b1d9fbb83d64eedb62f831c9be647c3">cmsis_os2.h</a>
  162. </li>
  163. <li>osFlagsNoClear
  164. : <a class="el" href="group__CMSIS__RTOS__Definitions.html#gaade844a42237d8c37569d4d9b16b9f1c">cmsis_os2.h</a>
  165. </li>
  166. <li>osFlagsWaitAll
  167. : <a class="el" href="group__CMSIS__RTOS__Definitions.html#ga8b6f562736fbfb5428940e0c017dec24">cmsis_os2.h</a>
  168. </li>
  169. <li>osFlagsWaitAny
  170. : <a class="el" href="group__CMSIS__RTOS__Definitions.html#ga18e63587b8450d5b8798b6f6ec04e012">cmsis_os2.h</a>
  171. </li>
  172. <li>osMutexPrioInherit
  173. : <a class="el" href="group__CMSIS__RTOS__MutexMgmt.html#ga40fba270cb31a977b3bd551d41eb9599">cmsis_os2.h</a>
  174. </li>
  175. <li>osMutexRecursive
  176. : <a class="el" href="group__CMSIS__RTOS__MutexMgmt.html#ga65c2482cc64a35d03871f3180f305926">cmsis_os2.h</a>
  177. </li>
  178. <li>osMutexRobust
  179. : <a class="el" href="group__CMSIS__RTOS__MutexMgmt.html#gaf0e1dee376798b4d516d164981526780">cmsis_os2.h</a>
  180. </li>
  181. <li>osRtxConfigPrivilegedMode
  182. : <a class="el" href="rtx__os_8h.html#a0eb4da5bed45820d732e23483b870152">rtx_os.h</a>
  183. </li>
  184. <li>osRtxConfigStackCheck
  185. : <a class="el" href="rtx__os_8h.html#a77f3e906438a6693524cdc257cb0bf23">rtx_os.h</a>
  186. </li>
  187. <li>osRtxConfigStackWatermark
  188. : <a class="el" href="rtx__os_8h.html#a62205cc79ec5d95b45f5ebfdf126438c">rtx_os.h</a>
  189. </li>
  190. <li>osRtxErrorClibMutex
  191. : <a class="el" href="group__rtx5__specific__defines.html#gac749c24b9cf6c49b392b015ed0517cfc">rtx_os.h</a>
  192. </li>
  193. <li>osRtxErrorClibSpace
  194. : <a class="el" href="group__rtx5__specific__defines.html#ga14a24724f6e87744ba84674ef76e4256">rtx_os.h</a>
  195. </li>
  196. <li>osRtxErrorInvalidControlBlock
  197. : <a class="el" href="rtx__evr_8h.html#a56335b5b0a3f932e06aa764d185b6a60">rtx_evr.h</a>
  198. </li>
  199. <li>osRtxErrorInvalidDataMemory
  200. : <a class="el" href="rtx__evr_8h.html#a037115a16032074ae1a82d64c160338b">rtx_evr.h</a>
  201. </li>
  202. <li>osRtxErrorInvalidPriority
  203. : <a class="el" href="rtx__evr_8h.html#a45219e125941ecbe7eca030fd2f40d7a">rtx_evr.h</a>
  204. </li>
  205. <li>osRtxErrorInvalidThreadStack
  206. : <a class="el" href="rtx__evr_8h.html#a5cabacbb758a1bc5012cae2292771726">rtx_evr.h</a>
  207. </li>
  208. <li>osRtxErrorISRQueueOverflow
  209. : <a class="el" href="group__rtx5__specific__defines.html#ga7377235f9fa3cedee06f682cd93f3e88">rtx_os.h</a>
  210. </li>
  211. <li>osRtxErrorKernelNotReady
  212. : <a class="el" href="rtx__evr_8h.html#a168269d3a1264ac7a7427f8642e358a4">rtx_evr.h</a>
  213. </li>
  214. <li>osRtxErrorKernelNotRunning
  215. : <a class="el" href="rtx__evr_8h.html#a8a916c6a8ad67a38c29ca2e2141d1540">rtx_evr.h</a>
  216. </li>
  217. <li>osRtxErrorMutexLockLimit
  218. : <a class="el" href="rtx__evr_8h.html#a949198d164108954151e89607a1504a7">rtx_evr.h</a>
  219. </li>
  220. <li>osRtxErrorMutexNotLocked
  221. : <a class="el" href="rtx__evr_8h.html#a4fc98ec7f644bc7156af58431043171a">rtx_evr.h</a>
  222. </li>
  223. <li>osRtxErrorMutexNotOwned
  224. : <a class="el" href="rtx__evr_8h.html#a2abf2bd19d5d80399c129e7b79e19e9a">rtx_evr.h</a>
  225. </li>
  226. <li>osRtxErrorSemaphoreCountLimit
  227. : <a class="el" href="rtx__evr_8h.html#a4266d3dd5e7bbd2693dd53d00d80bc4c">rtx_evr.h</a>
  228. </li>
  229. <li>osRtxErrorStackUnderflow
  230. : <a class="el" href="group__rtx5__specific__defines.html#ga42206aa2524b8fab613d26bea0f73c44">rtx_os.h</a>
  231. </li>
  232. <li>osRtxErrorThreadNotJoinable
  233. : <a class="el" href="rtx__evr_8h.html#a1955ed26bf52d4fd07a73961ee6a1478">rtx_evr.h</a>
  234. </li>
  235. <li>osRtxErrorTimerQueueOverflow
  236. : <a class="el" href="group__rtx5__specific__defines.html#gaad420018f26e751ec55d3922a283beb0">rtx_os.h</a>
  237. </li>
  238. <li>osRtxErrorTZ_AllocContext_S
  239. : <a class="el" href="rtx__evr_8h.html#a787925e3c31997d22bb7ea985b69c3db">rtx_evr.h</a>
  240. </li>
  241. <li>osRtxErrorTZ_FreeContext_S
  242. : <a class="el" href="rtx__evr_8h.html#a8b1b28f13acfecfec665a3759ce69991">rtx_evr.h</a>
  243. </li>
  244. <li>osRtxErrorTZ_InitContext_S
  245. : <a class="el" href="rtx__evr_8h.html#a33f2affc96c91cf39a3986e4bd119c5c">rtx_evr.h</a>
  246. </li>
  247. <li>osRtxErrorTZ_LoadContext_S
  248. : <a class="el" href="rtx__evr_8h.html#a3e9b3fdece321c3766bc6bc1a35e9cf6">rtx_evr.h</a>
  249. </li>
  250. <li>osRtxErrorTZ_SaveContext_S
  251. : <a class="el" href="rtx__evr_8h.html#ad600f514856926fc313a5f7dc0c3d422">rtx_evr.h</a>
  252. </li>
  253. <li>osRtxEventFlagsCbSize
  254. : <a class="el" href="group__rtx5__specific__defines.html#ga68100c8c44931f03547973294c433075">rtx_os.h</a>
  255. </li>
  256. <li>osRtxEventFlagsLimit
  257. : <a class="el" href="rtx__os_8h.html#a271653c08ecb64dbb2d0ce8a51ddb4c2">rtx_os.h</a>
  258. </li>
  259. <li>osRtxFlagSystemMemory
  260. : <a class="el" href="rtx__os_8h.html#ade9b85b84a6199a1cc3653058def19f3">rtx_os.h</a>
  261. </li>
  262. <li>osRtxFlagSystemObject
  263. : <a class="el" href="rtx__os_8h.html#a797c4d97bb5e216e6901c1e30e96cb34">rtx_os.h</a>
  264. </li>
  265. <li>osRtxIdEventFlags
  266. : <a class="el" href="rtx__os_8h.html#aa9b41f7b0dc38018a7db915df5e716cc">rtx_os.h</a>
  267. </li>
  268. <li>osRtxIdInvalid
  269. : <a class="el" href="rtx__os_8h.html#ad78a646169b7b4bfa2a278d08fe21fa5">rtx_os.h</a>
  270. </li>
  271. <li>osRtxIdMemoryPool
  272. : <a class="el" href="rtx__os_8h.html#a3cddbd1d03aedae758445d17db319fec">rtx_os.h</a>
  273. </li>
  274. <li>osRtxIdMessage
  275. : <a class="el" href="rtx__os_8h.html#a84bb69c0a0d02b2adc4d499803ccb063">rtx_os.h</a>
  276. </li>
  277. <li>osRtxIdMessageQueue
  278. : <a class="el" href="rtx__os_8h.html#a260226a1f72b4a333f01573430b60b17">rtx_os.h</a>
  279. </li>
  280. <li>osRtxIdMutex
  281. : <a class="el" href="rtx__os_8h.html#a086574b10e90122f5228decea0a5d3dc">rtx_os.h</a>
  282. </li>
  283. <li>osRtxIdSemaphore
  284. : <a class="el" href="rtx__os_8h.html#a4778b8ce61af3d942501bb4ff28c18f1">rtx_os.h</a>
  285. </li>
  286. <li>osRtxIdThread
  287. : <a class="el" href="rtx__os_8h.html#ad6f0f1f1b4e1b8c2615429d6a24ca8f5">rtx_os.h</a>
  288. </li>
  289. <li>osRtxIdTimer
  290. : <a class="el" href="rtx__os_8h.html#a5e8dd6b61e9b09d20aeea8434861950e">rtx_os.h</a>
  291. </li>
  292. <li>osRtxKernelId
  293. : <a class="el" href="rtx__os_8h.html#a47e0637d30eed2357b238cbb19dbb058">rtx_os.h</a>
  294. </li>
  295. <li>osRtxKernelInactive
  296. : <a class="el" href="rtx__os_8h.html#a7543c3b497052bdbfbfbc3debc5f0a6e">rtx_os.h</a>
  297. </li>
  298. <li>osRtxKernelLocked
  299. : <a class="el" href="rtx__os_8h.html#a9c20a179e70e74fa9fe9f9ba275cc73b">rtx_os.h</a>
  300. </li>
  301. <li>osRtxKernelReady
  302. : <a class="el" href="rtx__os_8h.html#ab793b30296108737eb356871d266e2a2">rtx_os.h</a>
  303. </li>
  304. <li>osRtxKernelRunning
  305. : <a class="el" href="rtx__os_8h.html#a337ee876c540b4f4e9d680497eed9fdc">rtx_os.h</a>
  306. </li>
  307. <li>osRtxKernelSuspended
  308. : <a class="el" href="rtx__os_8h.html#a751dd07663970abe0305de11d52812a7">rtx_os.h</a>
  309. </li>
  310. <li>osRtxMemoryPoolCbSize
  311. : <a class="el" href="group__rtx5__specific__defines.html#gab8e49e9e1eea5a015f2a3114cabceb48">rtx_os.h</a>
  312. </li>
  313. <li>osRtxMemoryPoolMemSize
  314. : <a class="el" href="group__rtx5__specific__defines.html#gac6bea3541b458bbc79eafce42a2d87a2">rtx_os.h</a>
  315. </li>
  316. <li>osRtxMessageQueueCbSize
  317. : <a class="el" href="group__rtx5__specific__defines.html#gaa8d067c476faa6bfc8e5e21f3b3c844e">rtx_os.h</a>
  318. </li>
  319. <li>osRtxMessageQueueMemSize
  320. : <a class="el" href="group__rtx5__specific__defines.html#ga47eb1e21f1bf9a42281c6c89c7473e99">rtx_os.h</a>
  321. </li>
  322. <li>osRtxMutexCbSize
  323. : <a class="el" href="group__rtx5__specific__defines.html#ga188bfaaf7477cf24cbc9f207feaeb53a">rtx_os.h</a>
  324. </li>
  325. <li>osRtxMutexLockLimit
  326. : <a class="el" href="rtx__os_8h.html#ade5d158c28233a45ad1fc9a1156373f6">rtx_os.h</a>
  327. </li>
  328. <li>osRtxSemaphoreCbSize
  329. : <a class="el" href="group__rtx5__specific__defines.html#ga0949b67063d0bd427fbee9c816b5d45a">rtx_os.h</a>
  330. </li>
  331. <li>osRtxSemaphoreTokenLimit
  332. : <a class="el" href="rtx__os_8h.html#a14c7bcf532389ed285827cf5497d09eb">rtx_os.h</a>
  333. </li>
  334. <li>osRtxStackFillPattern
  335. : <a class="el" href="rtx__os_8h.html#a7dbaedf90584739e6d938d69d2621855">rtx_os.h</a>
  336. </li>
  337. <li>osRtxStackMagicWord
  338. : <a class="el" href="rtx__os_8h.html#aabdbbcf214681666d06629397463093f">rtx_os.h</a>
  339. </li>
  340. <li>osRtxThreadBlocked
  341. : <a class="el" href="rtx__os_8h.html#a30e61895c9ec7941715dd4747b11d5b3">rtx_os.h</a>
  342. </li>
  343. <li>osRtxThreadCbSize
  344. : <a class="el" href="group__rtx5__specific__defines.html#ga30d19272204231956582ebfff69567f6">rtx_os.h</a>
  345. </li>
  346. <li>osRtxThreadFlagDefStack
  347. : <a class="el" href="rtx__os_8h.html#a733199fdb7675dbf99d5e6d17c126a96">rtx_os.h</a>
  348. </li>
  349. <li>osRtxThreadFlagsLimit
  350. : <a class="el" href="rtx__os_8h.html#a73248d08e2db1ef9941cf8fcf24ddba9">rtx_os.h</a>
  351. </li>
  352. <li>osRtxThreadInactive
  353. : <a class="el" href="rtx__os_8h.html#a2552be237293212f43fc08bf3ec02e67">rtx_os.h</a>
  354. </li>
  355. <li>osRtxThreadReady
  356. : <a class="el" href="rtx__os_8h.html#a7c1e9dfefafc53162f076b0430a0e595">rtx_os.h</a>
  357. </li>
  358. <li>osRtxThreadRunning
  359. : <a class="el" href="rtx__os_8h.html#ad9615557219eecdbca536d4280e72604">rtx_os.h</a>
  360. </li>
  361. <li>osRtxThreadStateMask
  362. : <a class="el" href="rtx__os_8h.html#ad486f6d40fcd8e9569ab415373d912e4">rtx_os.h</a>
  363. </li>
  364. <li>osRtxThreadTerminated
  365. : <a class="el" href="rtx__os_8h.html#a3011758dc91d1dd134ec48b816b67d50">rtx_os.h</a>
  366. </li>
  367. <li>osRtxThreadWaitingDelay
  368. : <a class="el" href="rtx__os_8h.html#a9fcd1ecba034b5fc15e991311736ec4e">rtx_os.h</a>
  369. </li>
  370. <li>osRtxThreadWaitingEventFlags
  371. : <a class="el" href="rtx__os_8h.html#a6c4c8b1563e28aa5b947346cb5db3c69">rtx_os.h</a>
  372. </li>
  373. <li>osRtxThreadWaitingJoin
  374. : <a class="el" href="rtx__os_8h.html#a88ca40f569d87366a69451ed43759453">rtx_os.h</a>
  375. </li>
  376. <li>osRtxThreadWaitingMemoryPool
  377. : <a class="el" href="rtx__os_8h.html#aa87cea70df1acf71f6358de9b65722a4">rtx_os.h</a>
  378. </li>
  379. <li>osRtxThreadWaitingMessageGet
  380. : <a class="el" href="rtx__os_8h.html#a881830bb0c1488cd15bd1a412bc16800">rtx_os.h</a>
  381. </li>
  382. <li>osRtxThreadWaitingMessagePut
  383. : <a class="el" href="rtx__os_8h.html#a7502524f6911edc751111422eaf66a43">rtx_os.h</a>
  384. </li>
  385. <li>osRtxThreadWaitingMutex
  386. : <a class="el" href="rtx__os_8h.html#ae99ccb8b4d1a85c1abb6ab39933690a6">rtx_os.h</a>
  387. </li>
  388. <li>osRtxThreadWaitingSemaphore
  389. : <a class="el" href="rtx__os_8h.html#acbe0a0cd73d487b82501b584caf4a472">rtx_os.h</a>
  390. </li>
  391. <li>osRtxThreadWaitingThreadFlags
  392. : <a class="el" href="rtx__os_8h.html#a41174e493bdf7e3a1e35306703bcd63c">rtx_os.h</a>
  393. </li>
  394. <li>osRtxTimerCbSize
  395. : <a class="el" href="group__rtx5__specific__defines.html#gaf8a145fdeb24fd912971f0671b1a3603">rtx_os.h</a>
  396. </li>
  397. <li>osRtxTimerInactive
  398. : <a class="el" href="rtx__os_8h.html#a66bea72c0cffd25c7cb32419283a7b92">rtx_os.h</a>
  399. </li>
  400. <li>osRtxTimerPeriodic
  401. : <a class="el" href="rtx__os_8h.html#accc1542de31e0c7367d452e9de035bb4">rtx_os.h</a>
  402. </li>
  403. <li>osRtxTimerRunning
  404. : <a class="el" href="rtx__os_8h.html#aed55034470990d4593eb614e26c1eea7">rtx_os.h</a>
  405. </li>
  406. <li>osRtxTimerStopped
  407. : <a class="el" href="rtx__os_8h.html#ab01076b285029ac6d22dbde69167c96e">rtx_os.h</a>
  408. </li>
  409. <li>osRtxVersionAPI
  410. : <a class="el" href="rtx__os_8h.html#aea20a2b373e98ae88a7cf7e4a56b118f">rtx_os.h</a>
  411. </li>
  412. <li>osRtxVersionKernel
  413. : <a class="el" href="rtx__os_8h.html#ad854168120979e8c60630e0140e104e8">rtx_os.h</a>
  414. </li>
  415. <li>osThreadDetached
  416. : <a class="el" href="group__CMSIS__RTOS__ThreadMgmt.html#gaa9336c1073858d6b118e2e011636246f">cmsis_os2.h</a>
  417. </li>
  418. <li>osThreadJoinable
  419. : <a class="el" href="group__CMSIS__RTOS__ThreadMgmt.html#ga249499c519f3f8eef5673009ab6cfcbe">cmsis_os2.h</a>
  420. </li>
  421. <li>osWaitForever
  422. : <a class="el" href="group__CMSIS__RTOS__Definitions.html#ga9eb9a7a797a42e4b55eb171ecc609ddb">cmsis_os2.h</a>
  423. </li>
  424. </ul>
  425. <h3><a class="anchor" id="index_t"></a>- t -</h3><ul>
  426. <li>TZ_MODULEID_T
  427. : <a class="el" href="cmsis__os2_8h.html#a78775dae56f0c9698cdab6e1ca74503f">cmsis_os2.h</a>
  428. </li>
  429. </ul>
  430. </div><!-- contents -->
  431. </div><!-- doc-content -->
  432. <!-- start footer part -->
  433. <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  434. <ul>
  435. <li class="footer">Generated on Mon Mar 18 2019 16:06:34 for CMSIS-RTOS2 by Arm Ltd. All rights reserved.
  436. <!--
  437. <a href="http://www.doxygen.org/index.html">
  438. <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6
  439. -->
  440. </li>
  441. </ul>
  442. </div>
  443. </body>
  444. </html>