1 <!-- HTML header for doxygen 1.9.2-->
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
5 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
6 <meta http-equiv="X-UA-Compatible" content="IE=11"/>
7 <meta name="viewport" content="width=device-width, initial-scale=1"/>
8 <title>CMSIS-FreeRTOS: Function Overview</title>
9 <link href="tabs.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="footer.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="navtreedata.js"></script>
16 <script type="text/javascript" src="navtree.js"></script>
17 <link href="search/search.css" rel="stylesheet" type="text/css"/>
18 <script type="text/javascript" src="search/searchdata.js"></script>
19 <script type="text/javascript" src="search/search.js"></script>
20 <script type="text/javascript">
21 /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
22 $(document).ready(function() { init_search(); });
25 <link href="extra_stylesheet.css" rel="stylesheet" type="text/css"/>
26 <link href="version.css" rel="stylesheet" type="text/css" />
27 <script type="text/javascript" src="../version.js"></script>
30 <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
32 <table cellspacing="0" cellpadding="0">
34 <tr style="height: 55px;">
35 <td id="projectlogo" style="padding: 1.5em;"><img alt="Logo" src="cmsis_logo_white_small.png"/></td>
36 <td style="padding-left: 1em; padding-bottom: 1em;padding-top: 1em;">
37 <div id="projectname">CMSIS-FreeRTOS
38  <span id="projectnumber"><script type="text/javascript">
40 writeHeader.call(this);
41 writeVersionDropdown(this);
46 <div id="projectbrief">CMSIS-RTOS2 compliant FreeRTOS Implementation</div>
48 <!--END !PROJECT_NAME-->
49 <td> <div id="MSearchBox" class="MSearchBoxInactive">
51 <img id="MSearchSelect" src="search/mag_sel.svg"
52 onmouseover="return searchBox.OnSearchSelectShow()"
53 onmouseout="return searchBox.OnSearchSelectHide()"
55 <input type="text" id="MSearchField" value="Search" accesskey="S"
56 onfocus="searchBox.OnSearchFieldFocus(true)"
57 onblur="searchBox.OnSearchFieldFocus(false)"
58 onkeyup="searchBox.OnSearchFieldChange(event)"/>
59 </span><span class="right">
60 <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
68 <!-- end header part -->
69 <!-- Generated by Doxygen 1.9.2 -->
70 <script type="text/javascript">
71 /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
72 var searchBox = new SearchBox("searchBox", "search",'Search','.html');
76 <div id="side-nav" class="ui-resizable side-nav-resizable">
78 <div id="nav-tree-contents">
79 <div id="nav-sync" class="sync"></div>
82 <div id="splitbar" style="-moz-user-select:none;"
83 class="ui-resizable-handle">
86 <script type="text/javascript">
87 /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
88 $(document).ready(function(){initNavTree('functionOverview.html',''); initResizable(); });
91 <div id="doc-content">
92 <!-- window showing the filter options -->
93 <div id="MSearchSelectWindow"
94 onmouseover="return searchBox.OnSearchSelectShow()"
95 onmouseout="return searchBox.OnSearchSelectHide()"
96 onkeydown="return searchBox.OnSearchSelectKey(event)">
99 <!-- iframe showing the search results (closed by default) -->
100 <div id="MSearchResultsWindow">
101 <iframe src="javascript:void(0)" frameborder="0"
102 name="MSearchResults" id="MSearchResults">
106 <div><div class="header">
107 <div class="headertitle"><div class="title">Function Overview </div></div>
109 <div class="contents">
110 <div class="textblock"><h1><a class="anchor" id="rtos_api2"></a>
112 <p >Overview of all CMSIS-RTOS C API v2 functions that are implemented in CMSIS-FreeRTOS.</p>
113 <h2><a class="anchor" id="autotoc_md2"></a>
114 Kernel Information and Control</h2>
115 <p >See <a href="https://arm-software.github.io/CMSIS_5/RTOS2/html/group__CMSIS__RTOS__KernelCtrl.html">API reference</a> for details about Kernel Information and Control functions.</p><ul>
116 <li><b>osKernelGetInfo:</b> supported</li>
117 <li><b>osKernelGetState:</b> supported</li>
118 <li><b>osKernelGetSysTimerCount:</b> supported</li>
119 <li><b>osKernelGetSysTimerFreq:</b> supported</li>
120 <li><b>osKernelInitialize:</b> supported</li>
121 <li><b>osKernelLock:</b> supported</li>
122 <li><b>osKernelUnlock:</b> supported</li>
123 <li><b>osKernelRestoreLock:</b> supported</li>
124 <li><b>osKernelResume:</b> <span class="XML-Token">not implemented</span></li>
125 <li><b>osKernelStart:</b> supported</li>
126 <li><b>osKernelSuspend:</b> <span class="XML-Token">not implemented</span></li>
127 <li><b>osKernelGetTickCount:</b> supported</li>
128 <li><b>osKernelGetTickFreq:</b> supported</li>
130 <h2><a class="anchor" id="autotoc_md3"></a>
131 Thread Management</h2>
132 <p >See <a href="https://arm-software.github.io/CMSIS_5/RTOS2/html/group__CMSIS__RTOS__ThreadMgmt.html">API reference</a> for details about Thread Management functions.</p><ul>
133 <li><b>osThreadDetach:</b> <span class="XML-Token">not implemented</span></li>
134 <li><b>osThreadEnumerate:</b> supported</li>
135 <li><b>osThreadExit:</b> supported</li>
136 <li><b>osThreadGetCount:</b> supported</li>
137 <li><b>osThreadGetId:</b> supported</li>
138 <li><b>osThreadGetName:</b> supported</li>
139 <li><b>osThreadGetPriority:</b> supported</li>
140 <li><b>osThreadGetStackSize:</b> <span class="XML-Token">not implemented</span></li>
141 <li><b>osThreadGetStackSpace:</b> supported</li>
142 <li><b>osThreadGetState:</b> supported</li>
143 <li><b>osThreadJoin:</b> <span class="XML-Token">not implemented</span></li>
144 <li><b>osThreadNew:</b> supported</li>
145 <li><b>osThreadResume:</b> supported</li>
146 <li><b>osThreadSetPriority:</b> supported</li>
147 <li><b>osThreadSuspend:</b> supported</li>
148 <li><b>osThreadTerminate:</b> supported</li>
149 <li><b>osThreadYield:</b> supported</li>
151 <h2><a class="anchor" id="autotoc_md4"></a>
153 <p >See <a href="https://arm-software.github.io/CMSIS_5/RTOS2/html/group__CMSIS__RTOS__ThreadFlagsMgmt.html">API reference</a> for details about Thread Flags functions.</p><ul>
154 <li><b>osThreadFlagsSet:</b> supported</li>
155 <li><b>osThreadFlagsClear:</b> supported</li>
156 <li><b>osThreadFlagsGet:</b> supported</li>
157 <li><b>osThreadFlagsWait:</b> supported</li>
159 <h2><a class="anchor" id="autotoc_md5"></a>
161 <p >See <a href="https://arm-software.github.io/CMSIS_5/RTOS2/html/group__CMSIS__RTOS__EventFlags.html">API reference</a> for details about Event Flags functions. All event flags are limited to 24 bits.</p><ul>
162 <li><b>osEventFlagsGetName:</b> <span class="XML-Token">not implemented</span></li>
163 <li><b>osEventFlagsNew:</b> supported</li>
164 <li><b>osEventFlagsDelete:</b> supported</li>
165 <li><b>osEventFlagsSet:</b> supported</li>
166 <li><b>osEventFlagsClear:</b> supported</li>
167 <li><b>osEventFlagsGet:</b> supported</li>
168 <li><b>osEventFlagsWait:</b> cannot be called from an ISR.</li>
170 <h2><a class="anchor" id="autotoc_md6"></a>
171 Generic Wait Functions</h2>
172 <p >See <a href="https://arm-software.github.io/CMSIS_5/RTOS2/html/group__CMSIS__RTOS__Wait.html">API reference</a> for details about Generic Wait functions.</p><ul>
173 <li><b>osDelay:</b> supported</li>
174 <li><b>osDelayUntil:</b> supported</li>
176 <h2><a class="anchor" id="autotoc_md7"></a>
177 Timer Management</h2>
178 <p >See <a href="https://arm-software.github.io/CMSIS_5/RTOS2/html/group__CMSIS__RTOS__TimerMgmt.html">API reference</a> for details about Timer Management functions.</p><ul>
179 <li><b>osTimerDelete:</b> supported</li>
180 <li><b>osTimerGetName:</b> supported</li>
181 <li><b>osTimerIsRunning:</b> supported</li>
182 <li><b>osTimerNew:</b> supported</li>
183 <li><b>osTimerStart:</b> supported</li>
184 <li><b>osTimerStop:</b> supported</li>
186 <h2><a class="anchor" id="autotoc_md8"></a>
187 Mutex Management</h2>
188 <p >See <a href="https://arm-software.github.io/CMSIS_5/RTOS2/html/group__CMSIS__RTOS__MutexMgmt.html">API reference</a> for details about Mutex Management functions.<br />
189 Priority inherit protocol is used as default mutex behavior (osMutexNew creates priority inherit mutex object by default and ignores osMutexPrioInherit attribute when specified).<br />
190 Robust mutex objects are not supported (osMutexNew returns NULL when osMutexRobust attribute is specified).<br />
192 <li><b>osMutexAcquire:</b> supported</li>
193 <li><b>osMutexDelete:</b> supported</li>
194 <li><b>osMutexGetName:</b> <span class="XML-Token">not implemented</span></li>
195 <li><b>osMutexGetOwner:</b> supported</li>
196 <li><b>osMutexNew:</b> supported</li>
197 <li><b>osMutexRelease:</b> supported</li>
199 <h2><a class="anchor" id="autotoc_md9"></a>
201 <p >See <a href="https://arm-software.github.io/CMSIS_5/RTOS2/html/group__CMSIS__RTOS__SemaphoreMgmt.html">API reference</a> for details about Semaphore functions.</p><ul>
202 <li><b>osSemaphoreAcquire:</b> supported</li>
203 <li><b>osSemaphoreDelete:</b> supported</li>
204 <li><b>osSemaphoreGetCount:</b> supported</li>
205 <li><b>osSemaphoreGetName:</b> <span class="XML-Token">not implemented</span></li>
206 <li><b>osSemaphoreNew:</b> supported</li>
207 <li><b>osSemaphoreRelease:</b> supported</li>
209 <h2><a class="anchor" id="autotoc_md10"></a>
211 <p >See <a href="https://arm-software.github.io/CMSIS_5/RTOS2/html/group__CMSIS__RTOS__PoolMgmt.html">API reference</a> for details about Memory Pool functions.</p><ul>
212 <li><b>osMemoryPoolAlloc:</b> supported</li>
213 <li><b>osMemoryPoolDelete:</b> supported</li>
214 <li><b>osMemoryPoolFree:</b> supported</li>
215 <li><b>osMemoryPoolGetBlockSize:</b> supported</li>
216 <li><b>osMemoryPoolGetCapacity:</b> supported</li>
217 <li><b>osMemoryPoolGetCount:</b> supported</li>
218 <li><b>osMemoryPoolGetName:</b> supported</li>
219 <li><b>osMemoryPoolGetSpace:</b> supported</li>
220 <li><b>osMemoryPoolNew:</b> supported</li>
222 <h2><a class="anchor" id="autotoc_md11"></a>
224 <p >See <a href="https://arm-software.github.io/CMSIS_5/RTOS2/html/group__CMSIS__RTOS__Message.html">API reference</a> for details about Message Queue functions.</p><ul>
225 <li><b>osMessageQueueDelete:</b> supported</li>
226 <li><b>osMessageQueueGet:</b> ignores message priority.</li>
227 <li><b>osMessageQueueGetCapacity:</b> supported</li>
228 <li><b>osMessageQueueGetCount:</b> supported</li>
229 <li><b>osMessageQueueGetMsgSize:</b> supported</li>
230 <li><b>osMessageQueueGetName:</b> <span class="XML-Token">not implemented</span></li>
231 <li><b>osMessageQueueGetSpace:</b> supported</li>
232 <li><b>osMessageQueueNew:</b> supported</li>
233 <li><b>osMessageQueuePut:</b> ignores message priority.</li>
234 <li><b>osMessageQueueReset:</b> supported </li>
236 </div></div><!-- contents -->
237 </div><!-- PageDoc -->
238 </div><!-- doc-content -->
239 <!-- start footer part -->
240 <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
243 <script type="text/javascript">
245 writeFooter.call(this);