license_8txt.html 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779
  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-DSP: license.txt File Reference</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-DSP
  33. &#160;<span id="projectnumber">Version 1.4.4</span>
  34. </div>
  35. <div id="projectbrief">CMSIS DSP Software Library</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><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 class="current"><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><!-- top -->
  81. <div id="side-nav" class="ui-resizable side-nav-resizable">
  82. <div id="nav-tree">
  83. <div id="nav-tree-contents">
  84. <div id="nav-sync" class="sync"></div>
  85. </div>
  86. </div>
  87. <div id="splitbar" style="-moz-user-select:none;"
  88. class="ui-resizable-handle">
  89. </div>
  90. </div>
  91. <script type="text/javascript">
  92. $(document).ready(function(){initNavTree('license_8txt.html','');});
  93. </script>
  94. <div id="doc-content">
  95. <!-- window showing the filter options -->
  96. <div id="MSearchSelectWindow"
  97. onmouseover="return searchBox.OnSearchSelectShow()"
  98. onmouseout="return searchBox.OnSearchSelectHide()"
  99. onkeydown="return searchBox.OnSearchSelectKey(event)">
  100. <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>
  101. <!-- iframe showing the search results (closed by default) -->
  102. <div id="MSearchResultsWindow">
  103. <iframe src="javascript:void(0)" frameborder="0"
  104. name="MSearchResults" id="MSearchResults">
  105. </iframe>
  106. </div>
  107. <div class="header">
  108. <div class="summary">
  109. <a href="#func-members">Functions</a> &#124;
  110. <a href="#var-members">Variables</a> </div>
  111. <div class="headertitle">
  112. <div class="title">license.txt File Reference</div> </div>
  113. </div><!--header-->
  114. <div class="contents">
  115. <table class="memberdecls">
  116. <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
  117. Functions</h2></td></tr>
  118. <tr class="memitem:afc8082d353720b09f7f84a3e99b3a915"><td class="memItemLeft" align="right" valign="top">All files contained in the <br class="typebreak"/>
  119. folders CMSIS DSP Lib Source <br class="typebreak"/>
  120. and CMSIS DSP Lib Examples are <br class="typebreak"/>
  121. guided by the following with <br class="typebreak"/>
  122. or without are permitted <br class="typebreak"/>
  123. provided that the following <br class="typebreak"/>
  124. conditions are this list of <br class="typebreak"/>
  125. conditions and the following <br class="typebreak"/>
  126. disclaimer Redistributions in <br class="typebreak"/>
  127. binary form must reproduce the <br class="typebreak"/>
  128. above copyright this list of <br class="typebreak"/>
  129. conditions and the following <br class="typebreak"/>
  130. disclaimer in the <br class="typebreak"/>
  131. documentation and or other <br class="typebreak"/>
  132. materials provided with the <br class="typebreak"/>
  133. distribution Neither the name <br class="typebreak"/>
  134. of ARM nor the names of its <br class="typebreak"/>
  135. contributors may be used to <br class="typebreak"/>
  136. endorse or promote products <br class="typebreak"/>
  137. derived from this software <br class="typebreak"/>
  138. without specific prior written <br class="typebreak"/>
  139. permission THIS SOFTWARE IS <br class="typebreak"/>
  140. PROVIDED BY THE COPYRIGHT <br class="typebreak"/>
  141. HOLDERS AND CONTRIBUTORS AS IS <br class="typebreak"/>
  142. AND ANY EXPRESS OR IMPLIED BUT <br class="typebreak"/>
  143. NOT LIMITED THE IMPLIED <br class="typebreak"/>
  144. <a class="el" href="license_8txt.html#a24ec3fd7c1df8a2f4785d5c8791bad99">WARRANTIES</a> OF MERCHANTABILITY <br class="typebreak"/>
  145. AND FITNESS FOR A PARTICULAR <br class="typebreak"/>
  146. PURPOSE ARE DISCLAIMED IN NO <br class="typebreak"/>
  147. EVENT SHALL COPYRIGHT HOLDERS <br class="typebreak"/>
  148. AND CONTRIBUTORS BE LIABLE FOR <br class="typebreak"/>
  149. ANY OR CONSEQUENTIAL&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="license_8txt.html#afc8082d353720b09f7f84a3e99b3a915">DAMAGES</a> (<a class="el" href="license_8txt.html#ada26d66c5114ffca1170ee8b231c879d">INCLUDING</a>, BUT NOT LIMITED <a class="el" href="license_8txt.html#ab825d0b655b4239ccc38eaf201996c49">TO</a>, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;LOSS OF USE, DATA, OR PROFITS;OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF <a class="el" href="license_8txt.html#abdaf89273b995cd2d18e467160bb019b">LIABILITY</a></td></tr>
  150. <tr class="separator:afc8082d353720b09f7f84a3e99b3a915"><td class="memSeparator" colspan="2">&#160;</td></tr>
  151. <tr class="memitem:a939bfb6f16767ac1b4ccd807a5d099a2"><td class="memItemLeft" align="right" valign="top">All files contained in the <br class="typebreak"/>
  152. folders CMSIS DSP Lib Source <br class="typebreak"/>
  153. and CMSIS DSP Lib Examples are <br class="typebreak"/>
  154. guided by the following with <br class="typebreak"/>
  155. or without are permitted <br class="typebreak"/>
  156. provided that the following <br class="typebreak"/>
  157. conditions are this list of <br class="typebreak"/>
  158. conditions and the following <br class="typebreak"/>
  159. disclaimer Redistributions in <br class="typebreak"/>
  160. binary form must reproduce the <br class="typebreak"/>
  161. above copyright this list of <br class="typebreak"/>
  162. conditions and the following <br class="typebreak"/>
  163. disclaimer in the <br class="typebreak"/>
  164. documentation and or other <br class="typebreak"/>
  165. materials provided with the <br class="typebreak"/>
  166. distribution Neither the name <br class="typebreak"/>
  167. of ARM nor the names of its <br class="typebreak"/>
  168. contributors may be used to <br class="typebreak"/>
  169. endorse or promote products <br class="typebreak"/>
  170. derived from this software <br class="typebreak"/>
  171. without specific prior written <br class="typebreak"/>
  172. permission THIS SOFTWARE IS <br class="typebreak"/>
  173. PROVIDED BY THE COPYRIGHT <br class="typebreak"/>
  174. HOLDERS AND CONTRIBUTORS AS IS <br class="typebreak"/>
  175. AND ANY EXPRESS OR IMPLIED BUT <br class="typebreak"/>
  176. NOT LIMITED THE IMPLIED <br class="typebreak"/>
  177. <a class="el" href="license_8txt.html#a24ec3fd7c1df8a2f4785d5c8791bad99">WARRANTIES</a> OF MERCHANTABILITY <br class="typebreak"/>
  178. AND FITNESS FOR A PARTICULAR <br class="typebreak"/>
  179. PURPOSE ARE DISCLAIMED IN NO <br class="typebreak"/>
  180. EVENT SHALL COPYRIGHT HOLDERS <br class="typebreak"/>
  181. AND CONTRIBUTORS BE LIABLE FOR <br class="typebreak"/>
  182. ANY OR CONSEQUENTIAL WHETHER <br class="typebreak"/>
  183. IN STRICT OR&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="license_8txt.html#a939bfb6f16767ac1b4ccd807a5d099a2">TORT</a> (<a class="el" href="license_8txt.html#ada26d66c5114ffca1170ee8b231c879d">INCLUDING</a> NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE</td></tr>
  184. <tr class="separator:a939bfb6f16767ac1b4ccd807a5d099a2"><td class="memSeparator" colspan="2">&#160;</td></tr>
  185. </table><table class="memberdecls">
  186. <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a>
  187. Variables</h2></td></tr>
  188. <tr class="memitem:ab135b2121e9191734cb723af1165eb77"><td class="memItemLeft" align="right" valign="top">All files contained in the <br class="typebreak"/>
  189. folders CMSIS DSP Lib Source <br class="typebreak"/>
  190. and CMSIS DSP Lib Examples are <br class="typebreak"/>
  191. guided by the following&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="license_8txt.html#ab135b2121e9191734cb723af1165eb77">license</a></td></tr>
  192. <tr class="separator:ab135b2121e9191734cb723af1165eb77"><td class="memSeparator" colspan="2">&#160;</td></tr>
  193. <tr class="memitem:a2329c741a6626579aa45877de35f8ff0"><td class="memItemLeft" align="right" valign="top">All files contained in the <br class="typebreak"/>
  194. folders CMSIS DSP Lib Source <br class="typebreak"/>
  195. and CMSIS DSP Lib Examples are <br class="typebreak"/>
  196. guided by the following with <br class="typebreak"/>
  197. or without&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="license_8txt.html#a2329c741a6626579aa45877de35f8ff0">modification</a></td></tr>
  198. <tr class="separator:a2329c741a6626579aa45877de35f8ff0"><td class="memSeparator" colspan="2">&#160;</td></tr>
  199. <tr class="memitem:a30cf0b06853538c11b0c0d2d578d749e"><td class="memItemLeft" align="right" valign="top">All files contained in the <br class="typebreak"/>
  200. folders CMSIS DSP Lib Source <br class="typebreak"/>
  201. and CMSIS DSP Lib Examples are <br class="typebreak"/>
  202. guided by the following with <br class="typebreak"/>
  203. or without are permitted <br class="typebreak"/>
  204. provided that the following <br class="typebreak"/>
  205. conditions are&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="license_8txt.html#a30cf0b06853538c11b0c0d2d578d749e">met</a></td></tr>
  206. <tr class="separator:a30cf0b06853538c11b0c0d2d578d749e"><td class="memSeparator" colspan="2">&#160;</td></tr>
  207. <tr class="memitem:a59d3e1cb1e71d555eac80f55a2d7d9c4"><td class="memItemLeft" align="right" valign="top">All files contained in the <br class="typebreak"/>
  208. folders CMSIS DSP Lib Source <br class="typebreak"/>
  209. and CMSIS DSP Lib Examples are <br class="typebreak"/>
  210. guided by the following with <br class="typebreak"/>
  211. or without are permitted <br class="typebreak"/>
  212. provided that the following <br class="typebreak"/>
  213. conditions are this list of <br class="typebreak"/>
  214. conditions and the following <br class="typebreak"/>
  215. disclaimer Redistributions in <br class="typebreak"/>
  216. binary form must reproduce the <br class="typebreak"/>
  217. above copyright&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="license_8txt.html#a59d3e1cb1e71d555eac80f55a2d7d9c4">notice</a></td></tr>
  218. <tr class="separator:a59d3e1cb1e71d555eac80f55a2d7d9c4"><td class="memSeparator" colspan="2">&#160;</td></tr>
  219. <tr class="memitem:a24ec3fd7c1df8a2f4785d5c8791bad99"><td class="memItemLeft" align="right" valign="top">All files contained in the <br class="typebreak"/>
  220. folders CMSIS DSP Lib Source <br class="typebreak"/>
  221. and CMSIS DSP Lib Examples are <br class="typebreak"/>
  222. guided by the following with <br class="typebreak"/>
  223. or without are permitted <br class="typebreak"/>
  224. provided that the following <br class="typebreak"/>
  225. conditions are this list of <br class="typebreak"/>
  226. conditions and the following <br class="typebreak"/>
  227. disclaimer Redistributions in <br class="typebreak"/>
  228. binary form must reproduce the <br class="typebreak"/>
  229. above copyright this list of <br class="typebreak"/>
  230. conditions and the following <br class="typebreak"/>
  231. disclaimer in the <br class="typebreak"/>
  232. documentation and or other <br class="typebreak"/>
  233. materials provided with the <br class="typebreak"/>
  234. distribution Neither the name <br class="typebreak"/>
  235. of ARM nor the names of its <br class="typebreak"/>
  236. contributors may be used to <br class="typebreak"/>
  237. endorse or promote products <br class="typebreak"/>
  238. derived from this software <br class="typebreak"/>
  239. without specific prior written <br class="typebreak"/>
  240. permission THIS SOFTWARE IS <br class="typebreak"/>
  241. PROVIDED BY THE COPYRIGHT <br class="typebreak"/>
  242. HOLDERS AND CONTRIBUTORS AS IS <br class="typebreak"/>
  243. AND ANY EXPRESS OR IMPLIED&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="license_8txt.html#a24ec3fd7c1df8a2f4785d5c8791bad99">WARRANTIES</a></td></tr>
  244. <tr class="separator:a24ec3fd7c1df8a2f4785d5c8791bad99"><td class="memSeparator" colspan="2">&#160;</td></tr>
  245. <tr class="memitem:ada26d66c5114ffca1170ee8b231c879d"><td class="memItemLeft" align="right" valign="top">All files contained in the <br class="typebreak"/>
  246. folders CMSIS DSP Lib Source <br class="typebreak"/>
  247. and CMSIS DSP Lib Examples are <br class="typebreak"/>
  248. guided by the following with <br class="typebreak"/>
  249. or without are permitted <br class="typebreak"/>
  250. provided that the following <br class="typebreak"/>
  251. conditions are this list of <br class="typebreak"/>
  252. conditions and the following <br class="typebreak"/>
  253. disclaimer Redistributions in <br class="typebreak"/>
  254. binary form must reproduce the <br class="typebreak"/>
  255. above copyright this list of <br class="typebreak"/>
  256. conditions and the following <br class="typebreak"/>
  257. disclaimer in the <br class="typebreak"/>
  258. documentation and or other <br class="typebreak"/>
  259. materials provided with the <br class="typebreak"/>
  260. distribution Neither the name <br class="typebreak"/>
  261. of ARM nor the names of its <br class="typebreak"/>
  262. contributors may be used to <br class="typebreak"/>
  263. endorse or promote products <br class="typebreak"/>
  264. derived from this software <br class="typebreak"/>
  265. without specific prior written <br class="typebreak"/>
  266. permission THIS SOFTWARE IS <br class="typebreak"/>
  267. PROVIDED BY THE COPYRIGHT <br class="typebreak"/>
  268. HOLDERS AND CONTRIBUTORS AS IS <br class="typebreak"/>
  269. AND ANY EXPRESS OR IMPLIED&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="license_8txt.html#ada26d66c5114ffca1170ee8b231c879d">INCLUDING</a></td></tr>
  270. <tr class="separator:ada26d66c5114ffca1170ee8b231c879d"><td class="memSeparator" colspan="2">&#160;</td></tr>
  271. <tr class="memitem:ab825d0b655b4239ccc38eaf201996c49"><td class="memItemLeft" align="right" valign="top">All files contained in the <br class="typebreak"/>
  272. folders CMSIS DSP Lib Source <br class="typebreak"/>
  273. and CMSIS DSP Lib Examples are <br class="typebreak"/>
  274. guided by the following with <br class="typebreak"/>
  275. or without are permitted <br class="typebreak"/>
  276. provided that the following <br class="typebreak"/>
  277. conditions are this list of <br class="typebreak"/>
  278. conditions and the following <br class="typebreak"/>
  279. disclaimer Redistributions in <br class="typebreak"/>
  280. binary form must reproduce the <br class="typebreak"/>
  281. above copyright this list of <br class="typebreak"/>
  282. conditions and the following <br class="typebreak"/>
  283. disclaimer in the <br class="typebreak"/>
  284. documentation and or other <br class="typebreak"/>
  285. materials provided with the <br class="typebreak"/>
  286. distribution Neither the name <br class="typebreak"/>
  287. of ARM nor the names of its <br class="typebreak"/>
  288. contributors may be used to <br class="typebreak"/>
  289. endorse or promote products <br class="typebreak"/>
  290. derived from this software <br class="typebreak"/>
  291. without specific prior written <br class="typebreak"/>
  292. permission THIS SOFTWARE IS <br class="typebreak"/>
  293. PROVIDED BY THE COPYRIGHT <br class="typebreak"/>
  294. HOLDERS AND CONTRIBUTORS AS IS <br class="typebreak"/>
  295. AND ANY EXPRESS OR IMPLIED BUT <br class="typebreak"/>
  296. NOT LIMITED&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="license_8txt.html#ab825d0b655b4239ccc38eaf201996c49">TO</a></td></tr>
  297. <tr class="separator:ab825d0b655b4239ccc38eaf201996c49"><td class="memSeparator" colspan="2">&#160;</td></tr>
  298. <tr class="memitem:ad9afdc0bba232070031f8010f3a4d6dd"><td class="memItemLeft" align="right" valign="top">All files contained in the <br class="typebreak"/>
  299. folders CMSIS DSP Lib Source <br class="typebreak"/>
  300. and CMSIS DSP Lib Examples are <br class="typebreak"/>
  301. guided by the following with <br class="typebreak"/>
  302. or without are permitted <br class="typebreak"/>
  303. provided that the following <br class="typebreak"/>
  304. conditions are this list of <br class="typebreak"/>
  305. conditions and the following <br class="typebreak"/>
  306. disclaimer Redistributions in <br class="typebreak"/>
  307. binary form must reproduce the <br class="typebreak"/>
  308. above copyright this list of <br class="typebreak"/>
  309. conditions and the following <br class="typebreak"/>
  310. disclaimer in the <br class="typebreak"/>
  311. documentation and or other <br class="typebreak"/>
  312. materials provided with the <br class="typebreak"/>
  313. distribution Neither the name <br class="typebreak"/>
  314. of ARM nor the names of its <br class="typebreak"/>
  315. contributors may be used to <br class="typebreak"/>
  316. endorse or promote products <br class="typebreak"/>
  317. derived from this software <br class="typebreak"/>
  318. without specific prior written <br class="typebreak"/>
  319. permission THIS SOFTWARE IS <br class="typebreak"/>
  320. PROVIDED BY THE COPYRIGHT <br class="typebreak"/>
  321. HOLDERS AND CONTRIBUTORS AS IS <br class="typebreak"/>
  322. AND ANY EXPRESS OR IMPLIED BUT <br class="typebreak"/>
  323. NOT LIMITED THE IMPLIED <br class="typebreak"/>
  324. <a class="el" href="license_8txt.html#a24ec3fd7c1df8a2f4785d5c8791bad99">WARRANTIES</a> OF MERCHANTABILITY <br class="typebreak"/>
  325. AND FITNESS FOR A PARTICULAR <br class="typebreak"/>
  326. PURPOSE ARE DISCLAIMED IN NO <br class="typebreak"/>
  327. EVENT SHALL COPYRIGHT HOLDERS <br class="typebreak"/>
  328. AND CONTRIBUTORS BE LIABLE FOR <br class="typebreak"/>
  329. ANY&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="license_8txt.html#ad9afdc0bba232070031f8010f3a4d6dd">DIRECT</a></td></tr>
  330. <tr class="separator:ad9afdc0bba232070031f8010f3a4d6dd"><td class="memSeparator" colspan="2">&#160;</td></tr>
  331. <tr class="memitem:a095f9237ce367023024c8ccb8f8229d0"><td class="memItemLeft" align="right" valign="top">All files contained in the <br class="typebreak"/>
  332. folders CMSIS DSP Lib Source <br class="typebreak"/>
  333. and CMSIS DSP Lib Examples are <br class="typebreak"/>
  334. guided by the following with <br class="typebreak"/>
  335. or without are permitted <br class="typebreak"/>
  336. provided that the following <br class="typebreak"/>
  337. conditions are this list of <br class="typebreak"/>
  338. conditions and the following <br class="typebreak"/>
  339. disclaimer Redistributions in <br class="typebreak"/>
  340. binary form must reproduce the <br class="typebreak"/>
  341. above copyright this list of <br class="typebreak"/>
  342. conditions and the following <br class="typebreak"/>
  343. disclaimer in the <br class="typebreak"/>
  344. documentation and or other <br class="typebreak"/>
  345. materials provided with the <br class="typebreak"/>
  346. distribution Neither the name <br class="typebreak"/>
  347. of ARM nor the names of its <br class="typebreak"/>
  348. contributors may be used to <br class="typebreak"/>
  349. endorse or promote products <br class="typebreak"/>
  350. derived from this software <br class="typebreak"/>
  351. without specific prior written <br class="typebreak"/>
  352. permission THIS SOFTWARE IS <br class="typebreak"/>
  353. PROVIDED BY THE COPYRIGHT <br class="typebreak"/>
  354. HOLDERS AND CONTRIBUTORS AS IS <br class="typebreak"/>
  355. AND ANY EXPRESS OR IMPLIED BUT <br class="typebreak"/>
  356. NOT LIMITED THE IMPLIED <br class="typebreak"/>
  357. <a class="el" href="license_8txt.html#a24ec3fd7c1df8a2f4785d5c8791bad99">WARRANTIES</a> OF MERCHANTABILITY <br class="typebreak"/>
  358. AND FITNESS FOR A PARTICULAR <br class="typebreak"/>
  359. PURPOSE ARE DISCLAIMED IN NO <br class="typebreak"/>
  360. EVENT SHALL COPYRIGHT HOLDERS <br class="typebreak"/>
  361. AND CONTRIBUTORS BE LIABLE FOR <br class="typebreak"/>
  362. ANY&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="license_8txt.html#a095f9237ce367023024c8ccb8f8229d0">INDIRECT</a></td></tr>
  363. <tr class="separator:a095f9237ce367023024c8ccb8f8229d0"><td class="memSeparator" colspan="2">&#160;</td></tr>
  364. <tr class="memitem:accf7a56ff94c1269298ca951d17edc13"><td class="memItemLeft" align="right" valign="top">All files contained in the <br class="typebreak"/>
  365. folders CMSIS DSP Lib Source <br class="typebreak"/>
  366. and CMSIS DSP Lib Examples are <br class="typebreak"/>
  367. guided by the following with <br class="typebreak"/>
  368. or without are permitted <br class="typebreak"/>
  369. provided that the following <br class="typebreak"/>
  370. conditions are this list of <br class="typebreak"/>
  371. conditions and the following <br class="typebreak"/>
  372. disclaimer Redistributions in <br class="typebreak"/>
  373. binary form must reproduce the <br class="typebreak"/>
  374. above copyright this list of <br class="typebreak"/>
  375. conditions and the following <br class="typebreak"/>
  376. disclaimer in the <br class="typebreak"/>
  377. documentation and or other <br class="typebreak"/>
  378. materials provided with the <br class="typebreak"/>
  379. distribution Neither the name <br class="typebreak"/>
  380. of ARM nor the names of its <br class="typebreak"/>
  381. contributors may be used to <br class="typebreak"/>
  382. endorse or promote products <br class="typebreak"/>
  383. derived from this software <br class="typebreak"/>
  384. without specific prior written <br class="typebreak"/>
  385. permission THIS SOFTWARE IS <br class="typebreak"/>
  386. PROVIDED BY THE COPYRIGHT <br class="typebreak"/>
  387. HOLDERS AND CONTRIBUTORS AS IS <br class="typebreak"/>
  388. AND ANY EXPRESS OR IMPLIED BUT <br class="typebreak"/>
  389. NOT LIMITED THE IMPLIED <br class="typebreak"/>
  390. <a class="el" href="license_8txt.html#a24ec3fd7c1df8a2f4785d5c8791bad99">WARRANTIES</a> OF MERCHANTABILITY <br class="typebreak"/>
  391. AND FITNESS FOR A PARTICULAR <br class="typebreak"/>
  392. PURPOSE ARE DISCLAIMED IN NO <br class="typebreak"/>
  393. EVENT SHALL COPYRIGHT HOLDERS <br class="typebreak"/>
  394. AND CONTRIBUTORS BE LIABLE FOR <br class="typebreak"/>
  395. ANY&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="license_8txt.html#accf7a56ff94c1269298ca951d17edc13">INCIDENTAL</a></td></tr>
  396. <tr class="separator:accf7a56ff94c1269298ca951d17edc13"><td class="memSeparator" colspan="2">&#160;</td></tr>
  397. <tr class="memitem:aaee2f5441fbc21b3aa611c5192f505ae"><td class="memItemLeft" align="right" valign="top">All files contained in the <br class="typebreak"/>
  398. folders CMSIS DSP Lib Source <br class="typebreak"/>
  399. and CMSIS DSP Lib Examples are <br class="typebreak"/>
  400. guided by the following with <br class="typebreak"/>
  401. or without are permitted <br class="typebreak"/>
  402. provided that the following <br class="typebreak"/>
  403. conditions are this list of <br class="typebreak"/>
  404. conditions and the following <br class="typebreak"/>
  405. disclaimer Redistributions in <br class="typebreak"/>
  406. binary form must reproduce the <br class="typebreak"/>
  407. above copyright this list of <br class="typebreak"/>
  408. conditions and the following <br class="typebreak"/>
  409. disclaimer in the <br class="typebreak"/>
  410. documentation and or other <br class="typebreak"/>
  411. materials provided with the <br class="typebreak"/>
  412. distribution Neither the name <br class="typebreak"/>
  413. of ARM nor the names of its <br class="typebreak"/>
  414. contributors may be used to <br class="typebreak"/>
  415. endorse or promote products <br class="typebreak"/>
  416. derived from this software <br class="typebreak"/>
  417. without specific prior written <br class="typebreak"/>
  418. permission THIS SOFTWARE IS <br class="typebreak"/>
  419. PROVIDED BY THE COPYRIGHT <br class="typebreak"/>
  420. HOLDERS AND CONTRIBUTORS AS IS <br class="typebreak"/>
  421. AND ANY EXPRESS OR IMPLIED BUT <br class="typebreak"/>
  422. NOT LIMITED THE IMPLIED <br class="typebreak"/>
  423. <a class="el" href="license_8txt.html#a24ec3fd7c1df8a2f4785d5c8791bad99">WARRANTIES</a> OF MERCHANTABILITY <br class="typebreak"/>
  424. AND FITNESS FOR A PARTICULAR <br class="typebreak"/>
  425. PURPOSE ARE DISCLAIMED IN NO <br class="typebreak"/>
  426. EVENT SHALL COPYRIGHT HOLDERS <br class="typebreak"/>
  427. AND CONTRIBUTORS BE LIABLE FOR <br class="typebreak"/>
  428. ANY&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="license_8txt.html#aaee2f5441fbc21b3aa611c5192f505ae">SPECIAL</a></td></tr>
  429. <tr class="separator:aaee2f5441fbc21b3aa611c5192f505ae"><td class="memSeparator" colspan="2">&#160;</td></tr>
  430. <tr class="memitem:ae63ad52c9dceab675153066e674486d9"><td class="memItemLeft" align="right" valign="top">All files contained in the <br class="typebreak"/>
  431. folders CMSIS DSP Lib Source <br class="typebreak"/>
  432. and CMSIS DSP Lib Examples are <br class="typebreak"/>
  433. guided by the following with <br class="typebreak"/>
  434. or without are permitted <br class="typebreak"/>
  435. provided that the following <br class="typebreak"/>
  436. conditions are this list of <br class="typebreak"/>
  437. conditions and the following <br class="typebreak"/>
  438. disclaimer Redistributions in <br class="typebreak"/>
  439. binary form must reproduce the <br class="typebreak"/>
  440. above copyright this list of <br class="typebreak"/>
  441. conditions and the following <br class="typebreak"/>
  442. disclaimer in the <br class="typebreak"/>
  443. documentation and or other <br class="typebreak"/>
  444. materials provided with the <br class="typebreak"/>
  445. distribution Neither the name <br class="typebreak"/>
  446. of ARM nor the names of its <br class="typebreak"/>
  447. contributors may be used to <br class="typebreak"/>
  448. endorse or promote products <br class="typebreak"/>
  449. derived from this software <br class="typebreak"/>
  450. without specific prior written <br class="typebreak"/>
  451. permission THIS SOFTWARE IS <br class="typebreak"/>
  452. PROVIDED BY THE COPYRIGHT <br class="typebreak"/>
  453. HOLDERS AND CONTRIBUTORS AS IS <br class="typebreak"/>
  454. AND ANY EXPRESS OR IMPLIED BUT <br class="typebreak"/>
  455. NOT LIMITED THE IMPLIED <br class="typebreak"/>
  456. <a class="el" href="license_8txt.html#a24ec3fd7c1df8a2f4785d5c8791bad99">WARRANTIES</a> OF MERCHANTABILITY <br class="typebreak"/>
  457. AND FITNESS FOR A PARTICULAR <br class="typebreak"/>
  458. PURPOSE ARE DISCLAIMED IN NO <br class="typebreak"/>
  459. EVENT SHALL COPYRIGHT HOLDERS <br class="typebreak"/>
  460. AND CONTRIBUTORS BE LIABLE FOR <br class="typebreak"/>
  461. ANY&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="license_8txt.html#ae63ad52c9dceab675153066e674486d9">EXEMPLARY</a></td></tr>
  462. <tr class="separator:ae63ad52c9dceab675153066e674486d9"><td class="memSeparator" colspan="2">&#160;</td></tr>
  463. <tr class="memitem:a10f0467b31dafce8635381fbfc31df83"><td class="memItemLeft" align="right" valign="top">All files contained in the <br class="typebreak"/>
  464. folders CMSIS DSP Lib Source <br class="typebreak"/>
  465. and CMSIS DSP Lib Examples are <br class="typebreak"/>
  466. guided by the following with <br class="typebreak"/>
  467. or without are permitted <br class="typebreak"/>
  468. provided that the following <br class="typebreak"/>
  469. conditions are this list of <br class="typebreak"/>
  470. conditions and the following <br class="typebreak"/>
  471. disclaimer Redistributions in <br class="typebreak"/>
  472. binary form must reproduce the <br class="typebreak"/>
  473. above copyright this list of <br class="typebreak"/>
  474. conditions and the following <br class="typebreak"/>
  475. disclaimer in the <br class="typebreak"/>
  476. documentation and or other <br class="typebreak"/>
  477. materials provided with the <br class="typebreak"/>
  478. distribution Neither the name <br class="typebreak"/>
  479. of ARM nor the names of its <br class="typebreak"/>
  480. contributors may be used to <br class="typebreak"/>
  481. endorse or promote products <br class="typebreak"/>
  482. derived from this software <br class="typebreak"/>
  483. without specific prior written <br class="typebreak"/>
  484. permission THIS SOFTWARE IS <br class="typebreak"/>
  485. PROVIDED BY THE COPYRIGHT <br class="typebreak"/>
  486. HOLDERS AND CONTRIBUTORS AS IS <br class="typebreak"/>
  487. AND ANY EXPRESS OR IMPLIED BUT <br class="typebreak"/>
  488. NOT LIMITED THE IMPLIED <br class="typebreak"/>
  489. <a class="el" href="license_8txt.html#a24ec3fd7c1df8a2f4785d5c8791bad99">WARRANTIES</a> OF MERCHANTABILITY <br class="typebreak"/>
  490. AND FITNESS FOR A PARTICULAR <br class="typebreak"/>
  491. PURPOSE ARE DISCLAIMED IN NO <br class="typebreak"/>
  492. EVENT SHALL COPYRIGHT HOLDERS <br class="typebreak"/>
  493. AND CONTRIBUTORS BE LIABLE FOR <br class="typebreak"/>
  494. ANY OR CONSEQUENTIAL WHETHER <br class="typebreak"/>
  495. IN&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="license_8txt.html#a10f0467b31dafce8635381fbfc31df83">CONTRACT</a></td></tr>
  496. <tr class="separator:a10f0467b31dafce8635381fbfc31df83"><td class="memSeparator" colspan="2">&#160;</td></tr>
  497. <tr class="memitem:abdaf89273b995cd2d18e467160bb019b"><td class="memItemLeft" align="right" valign="top">All files contained in the <br class="typebreak"/>
  498. folders CMSIS DSP Lib Source <br class="typebreak"/>
  499. and CMSIS DSP Lib Examples are <br class="typebreak"/>
  500. guided by the following with <br class="typebreak"/>
  501. or without are permitted <br class="typebreak"/>
  502. provided that the following <br class="typebreak"/>
  503. conditions are this list of <br class="typebreak"/>
  504. conditions and the following <br class="typebreak"/>
  505. disclaimer Redistributions in <br class="typebreak"/>
  506. binary form must reproduce the <br class="typebreak"/>
  507. above copyright this list of <br class="typebreak"/>
  508. conditions and the following <br class="typebreak"/>
  509. disclaimer in the <br class="typebreak"/>
  510. documentation and or other <br class="typebreak"/>
  511. materials provided with the <br class="typebreak"/>
  512. distribution Neither the name <br class="typebreak"/>
  513. of ARM nor the names of its <br class="typebreak"/>
  514. contributors may be used to <br class="typebreak"/>
  515. endorse or promote products <br class="typebreak"/>
  516. derived from this software <br class="typebreak"/>
  517. without specific prior written <br class="typebreak"/>
  518. permission THIS SOFTWARE IS <br class="typebreak"/>
  519. PROVIDED BY THE COPYRIGHT <br class="typebreak"/>
  520. HOLDERS AND CONTRIBUTORS AS IS <br class="typebreak"/>
  521. AND ANY EXPRESS OR IMPLIED BUT <br class="typebreak"/>
  522. NOT LIMITED THE IMPLIED <br class="typebreak"/>
  523. <a class="el" href="license_8txt.html#a24ec3fd7c1df8a2f4785d5c8791bad99">WARRANTIES</a> OF MERCHANTABILITY <br class="typebreak"/>
  524. AND FITNESS FOR A PARTICULAR <br class="typebreak"/>
  525. PURPOSE ARE DISCLAIMED IN NO <br class="typebreak"/>
  526. EVENT SHALL COPYRIGHT HOLDERS <br class="typebreak"/>
  527. AND CONTRIBUTORS BE LIABLE FOR <br class="typebreak"/>
  528. ANY OR CONSEQUENTIAL WHETHER <br class="typebreak"/>
  529. IN STRICT&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="license_8txt.html#abdaf89273b995cd2d18e467160bb019b">LIABILITY</a></td></tr>
  530. <tr class="separator:abdaf89273b995cd2d18e467160bb019b"><td class="memSeparator" colspan="2">&#160;</td></tr>
  531. </table>
  532. <h2 class="groupheader">Function Documentation</h2>
  533. <a class="anchor" id="afc8082d353720b09f7f84a3e99b3a915"></a>
  534. <div class="memitem">
  535. <div class="memproto">
  536. <table class="memname">
  537. <tr>
  538. <td class="memname">All files contained in the folders CMSIS DSP Lib Source and CMSIS DSP Lib Examples are guided by the following with or without are permitted provided that the following conditions are this list of conditions and the following disclaimer Redistributions in binary form must reproduce the above copyright this list of conditions and the following disclaimer in the documentation and or other materials provided with the distribution Neither the name of ARM nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS AND ANY EXPRESS OR IMPLIED BUT NOT LIMITED THE IMPLIED <a class="el" href="license_8txt.html#a24ec3fd7c1df8a2f4785d5c8791bad99">WARRANTIES</a> OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED IN NO EVENT SHALL COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY OR CONSEQUENTIAL DAMAGES </td>
  539. <td>(</td>
  540. <td class="paramtype"><a class="el" href="license_8txt.html#ada26d66c5114ffca1170ee8b231c879d">INCLUDING</a>&#160;</td>
  541. <td class="paramname">, </td>
  542. </tr>
  543. <tr>
  544. <td class="paramkey"></td>
  545. <td></td>
  546. <td class="paramtype">BUT NOT LIMITED&#160;</td>
  547. <td class="paramname"><em>TO</em>, </td>
  548. </tr>
  549. <tr>
  550. <td class="paramkey"></td>
  551. <td></td>
  552. <td class="paramtype">PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;LOSS OF&#160;</td>
  553. <td class="paramname"><em>USE</em>, </td>
  554. </tr>
  555. <tr>
  556. <td class="paramkey"></td>
  557. <td></td>
  558. <td class="paramtype">DATA&#160;</td>
  559. <td class="paramname">, </td>
  560. </tr>
  561. <tr>
  562. <td class="paramkey"></td>
  563. <td></td>
  564. <td class="paramtype">OR PROFITS;OR BUSINESS&#160;</td>
  565. <td class="paramname"><em>INTERRUPTION</em>&#160;</td>
  566. </tr>
  567. <tr>
  568. <td></td>
  569. <td>)</td>
  570. <td></td><td></td>
  571. </tr>
  572. </table>
  573. </div><div class="memdoc">
  574. </div>
  575. </div>
  576. <a class="anchor" id="a939bfb6f16767ac1b4ccd807a5d099a2"></a>
  577. <div class="memitem">
  578. <div class="memproto">
  579. <table class="memname">
  580. <tr>
  581. <td class="memname">All files contained in the folders CMSIS DSP Lib Source and CMSIS DSP Lib Examples are guided by the following with or without are permitted provided that the following conditions are this list of conditions and the following disclaimer Redistributions in binary form must reproduce the above copyright this list of conditions and the following disclaimer in the documentation and or other materials provided with the distribution Neither the name of ARM nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS AND ANY EXPRESS OR IMPLIED BUT NOT LIMITED THE IMPLIED <a class="el" href="license_8txt.html#a24ec3fd7c1df8a2f4785d5c8791bad99">WARRANTIES</a> OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED IN NO EVENT SHALL COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY OR CONSEQUENTIAL WHETHER IN STRICT OR TORT </td>
  582. <td>(</td>
  583. <td class="paramtype"><a class="el" href="license_8txt.html#ada26d66c5114ffca1170ee8b231c879d">INCLUDING</a> NEGLIGENCE OR&#160;</td>
  584. <td class="paramname"><em>OTHERWISE</em></td><td>)</td>
  585. <td></td>
  586. </tr>
  587. </table>
  588. </div><div class="memdoc">
  589. </div>
  590. </div>
  591. <h2 class="groupheader">Variable Documentation</h2>
  592. <a class="anchor" id="a10f0467b31dafce8635381fbfc31df83"></a>
  593. <div class="memitem">
  594. <div class="memproto">
  595. <table class="memname">
  596. <tr>
  597. <td class="memname">All files contained in the folders CMSIS DSP Lib Source and CMSIS DSP Lib Examples are guided by the following with or without are permitted provided that the following conditions are this list of conditions and the following disclaimer Redistributions in binary form must reproduce the above copyright this list of conditions and the following disclaimer in the documentation and or other materials provided with the distribution Neither the name of ARM nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS AND ANY EXPRESS OR IMPLIED BUT NOT LIMITED THE IMPLIED <a class="el" href="license_8txt.html#a24ec3fd7c1df8a2f4785d5c8791bad99">WARRANTIES</a> OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED IN NO EVENT SHALL COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY OR CONSEQUENTIAL WHETHER IN CONTRACT</td>
  598. </tr>
  599. </table>
  600. </div><div class="memdoc">
  601. </div>
  602. </div>
  603. <a class="anchor" id="ad9afdc0bba232070031f8010f3a4d6dd"></a>
  604. <div class="memitem">
  605. <div class="memproto">
  606. <table class="memname">
  607. <tr>
  608. <td class="memname">All files contained in the folders CMSIS DSP Lib Source and CMSIS DSP Lib Examples are guided by the following with or without are permitted provided that the following conditions are this list of conditions and the following disclaimer Redistributions in binary form must reproduce the above copyright this list of conditions and the following disclaimer in the documentation and or other materials provided with the distribution Neither the name of ARM nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS AND ANY EXPRESS OR IMPLIED BUT NOT LIMITED THE IMPLIED <a class="el" href="license_8txt.html#a24ec3fd7c1df8a2f4785d5c8791bad99">WARRANTIES</a> OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED IN NO EVENT SHALL COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT</td>
  609. </tr>
  610. </table>
  611. </div><div class="memdoc">
  612. </div>
  613. </div>
  614. <a class="anchor" id="ae63ad52c9dceab675153066e674486d9"></a>
  615. <div class="memitem">
  616. <div class="memproto">
  617. <table class="memname">
  618. <tr>
  619. <td class="memname">All files contained in the folders CMSIS DSP Lib Source and CMSIS DSP Lib Examples are guided by the following with or without are permitted provided that the following conditions are this list of conditions and the following disclaimer Redistributions in binary form must reproduce the above copyright this list of conditions and the following disclaimer in the documentation and or other materials provided with the distribution Neither the name of ARM nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS AND ANY EXPRESS OR IMPLIED BUT NOT LIMITED THE IMPLIED <a class="el" href="license_8txt.html#a24ec3fd7c1df8a2f4785d5c8791bad99">WARRANTIES</a> OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED IN NO EVENT SHALL COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY EXEMPLARY</td>
  620. </tr>
  621. </table>
  622. </div><div class="memdoc">
  623. </div>
  624. </div>
  625. <a class="anchor" id="accf7a56ff94c1269298ca951d17edc13"></a>
  626. <div class="memitem">
  627. <div class="memproto">
  628. <table class="memname">
  629. <tr>
  630. <td class="memname">All files contained in the folders CMSIS DSP Lib Source and CMSIS DSP Lib Examples are guided by the following with or without are permitted provided that the following conditions are this list of conditions and the following disclaimer Redistributions in binary form must reproduce the above copyright this list of conditions and the following disclaimer in the documentation and or other materials provided with the distribution Neither the name of ARM nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS AND ANY EXPRESS OR IMPLIED BUT NOT LIMITED THE IMPLIED <a class="el" href="license_8txt.html#a24ec3fd7c1df8a2f4785d5c8791bad99">WARRANTIES</a> OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED IN NO EVENT SHALL COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY INCIDENTAL</td>
  631. </tr>
  632. </table>
  633. </div><div class="memdoc">
  634. </div>
  635. </div>
  636. <a class="anchor" id="ada26d66c5114ffca1170ee8b231c879d"></a>
  637. <div class="memitem">
  638. <div class="memproto">
  639. <table class="memname">
  640. <tr>
  641. <td class="memname">All files contained in the folders CMSIS DSP Lib Source and CMSIS DSP Lib Examples are guided by the following with or without are permitted provided that the following conditions are this list of conditions and the following disclaimer Redistributions in binary form must reproduce the above copyright this list of conditions and the following disclaimer in the documentation and or other materials provided with the distribution Neither the name of ARM nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS AND ANY EXPRESS OR IMPLIED INCLUDING</td>
  642. </tr>
  643. </table>
  644. </div><div class="memdoc">
  645. </div>
  646. </div>
  647. <a class="anchor" id="a095f9237ce367023024c8ccb8f8229d0"></a>
  648. <div class="memitem">
  649. <div class="memproto">
  650. <table class="memname">
  651. <tr>
  652. <td class="memname">All files contained in the folders CMSIS DSP Lib Source and CMSIS DSP Lib Examples are guided by the following with or without are permitted provided that the following conditions are this list of conditions and the following disclaimer Redistributions in binary form must reproduce the above copyright this list of conditions and the following disclaimer in the documentation and or other materials provided with the distribution Neither the name of ARM nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS AND ANY EXPRESS OR IMPLIED BUT NOT LIMITED THE IMPLIED <a class="el" href="license_8txt.html#a24ec3fd7c1df8a2f4785d5c8791bad99">WARRANTIES</a> OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED IN NO EVENT SHALL COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY INDIRECT</td>
  653. </tr>
  654. </table>
  655. </div><div class="memdoc">
  656. </div>
  657. </div>
  658. <a class="anchor" id="abdaf89273b995cd2d18e467160bb019b"></a>
  659. <div class="memitem">
  660. <div class="memproto">
  661. <table class="memname">
  662. <tr>
  663. <td class="memname">All files contained in the folders CMSIS DSP Lib Source and CMSIS DSP Lib Examples are guided by the following with or without are permitted provided that the following conditions are this list of conditions and the following disclaimer Redistributions in binary form must reproduce the above copyright this list of conditions and the following disclaimer in the documentation and or other materials provided with the distribution Neither the name of ARM nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS AND ANY EXPRESS OR IMPLIED BUT NOT LIMITED THE IMPLIED <a class="el" href="license_8txt.html#a24ec3fd7c1df8a2f4785d5c8791bad99">WARRANTIES</a> OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED IN NO EVENT SHALL COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY OR CONSEQUENTIAL WHETHER IN STRICT LIABILITY</td>
  664. </tr>
  665. </table>
  666. </div><div class="memdoc">
  667. </div>
  668. </div>
  669. <a class="anchor" id="ab135b2121e9191734cb723af1165eb77"></a>
  670. <div class="memitem">
  671. <div class="memproto">
  672. <table class="memname">
  673. <tr>
  674. <td class="memname">All files contained in the folders CMSIS DSP Lib Source and CMSIS DSP Lib Examples are guided by the following license</td>
  675. </tr>
  676. </table>
  677. </div><div class="memdoc">
  678. </div>
  679. </div>
  680. <a class="anchor" id="a30cf0b06853538c11b0c0d2d578d749e"></a>
  681. <div class="memitem">
  682. <div class="memproto">
  683. <table class="memname">
  684. <tr>
  685. <td class="memname">All files contained in the folders CMSIS DSP Lib Source and CMSIS DSP Lib Examples are guided by the following with or without are permitted provided that the following conditions are met</td>
  686. </tr>
  687. </table>
  688. </div><div class="memdoc">
  689. </div>
  690. </div>
  691. <a class="anchor" id="a2329c741a6626579aa45877de35f8ff0"></a>
  692. <div class="memitem">
  693. <div class="memproto">
  694. <table class="memname">
  695. <tr>
  696. <td class="memname">All files contained in the folders CMSIS DSP Lib Source and CMSIS DSP Lib Examples are guided by the following with or without modification</td>
  697. </tr>
  698. </table>
  699. </div><div class="memdoc">
  700. </div>
  701. </div>
  702. <a class="anchor" id="a59d3e1cb1e71d555eac80f55a2d7d9c4"></a>
  703. <div class="memitem">
  704. <div class="memproto">
  705. <table class="memname">
  706. <tr>
  707. <td class="memname">All files contained in the folders CMSIS DSP Lib Source and CMSIS DSP Lib Examples are guided by the following with or without are permitted provided that the following conditions are this list of conditions and the following disclaimer Redistributions in binary form must reproduce the above copyright notice</td>
  708. </tr>
  709. </table>
  710. </div><div class="memdoc">
  711. </div>
  712. </div>
  713. <a class="anchor" id="aaee2f5441fbc21b3aa611c5192f505ae"></a>
  714. <div class="memitem">
  715. <div class="memproto">
  716. <table class="memname">
  717. <tr>
  718. <td class="memname">All files contained in the folders CMSIS DSP Lib Source and CMSIS DSP Lib Examples are guided by the following with or without are permitted provided that the following conditions are this list of conditions and the following disclaimer Redistributions in binary form must reproduce the above copyright this list of conditions and the following disclaimer in the documentation and or other materials provided with the distribution Neither the name of ARM nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS AND ANY EXPRESS OR IMPLIED BUT NOT LIMITED THE IMPLIED <a class="el" href="license_8txt.html#a24ec3fd7c1df8a2f4785d5c8791bad99">WARRANTIES</a> OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED IN NO EVENT SHALL COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY SPECIAL</td>
  719. </tr>
  720. </table>
  721. </div><div class="memdoc">
  722. </div>
  723. </div>
  724. <a class="anchor" id="ab825d0b655b4239ccc38eaf201996c49"></a>
  725. <div class="memitem">
  726. <div class="memproto">
  727. <table class="memname">
  728. <tr>
  729. <td class="memname">All files contained in the folders CMSIS DSP Lib Source and CMSIS DSP Lib Examples are guided by the following with or without are permitted provided that the following conditions are this list of conditions and the following disclaimer Redistributions in binary form must reproduce the above copyright this list of conditions and the following disclaimer in the documentation and or other materials provided with the distribution Neither the name of ARM nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS AND ANY EXPRESS OR IMPLIED BUT NOT LIMITED TO</td>
  730. </tr>
  731. </table>
  732. </div><div class="memdoc">
  733. </div>
  734. </div>
  735. <a class="anchor" id="a24ec3fd7c1df8a2f4785d5c8791bad99"></a>
  736. <div class="memitem">
  737. <div class="memproto">
  738. <table class="memname">
  739. <tr>
  740. <td class="memname">All files contained in the folders CMSIS DSP Lib Source and CMSIS DSP Lib Examples are guided by the following with or without are permitted provided that the following conditions are this list of conditions and the following disclaimer Redistributions in binary form must reproduce the above copyright this list of conditions and the following disclaimer in the documentation and or other materials provided with the distribution Neither the name of ARM nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES</td>
  741. </tr>
  742. </table>
  743. </div><div class="memdoc">
  744. </div>
  745. </div>
  746. </div><!-- contents -->
  747. </div><!-- doc-content -->
  748. <!-- start footer part -->
  749. <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  750. <ul>
  751. <li class="navelem"><a class="el" href="license_8txt.html">license.txt</a></li>
  752. <li class="footer">Generated on Tue Sep 23 2014 18:52:42 for CMSIS-DSP by ARM Ltd. All rights reserved.
  753. <!--
  754. <a href="http://www.doxygen.org/index.html">
  755. <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.2
  756. -->
  757. </li>
  758. </ul>
  759. </div>
  760. </body>
  761. </html>