Welcome to mirror list, hosted at ThFree Co, Russian Federation.

globals_f.html « html « DSP « docs « CMSIS « Drivers - github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c2e6260e44fb0efcd84432f29277ca505ff3a930 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>Globals</title>
<title>CMSIS-DSP: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="cmsis.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<script type="text/javascript" src="printComponentTabs.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
  $(document).ready(initResizable);
  $(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
  $(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 46px;">
  <td id="projectlogo"><img alt="Logo" src="CMSIS_Logo_Final.png"/></td>
  <td style="padding-left: 0.5em;">
   <div id="projectname">CMSIS-DSP
   &#160;<span id="projectnumber">Version 1.7.0</span>
   </div>
   <div id="projectbrief">CMSIS DSP Software Library</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<div id="CMSISnav" class="tabs1">
    <ul class="tablist">
      <script type="text/javascript">
		<!--
		writeComponentTabs.call(this);
		//-->
      </script>
	  </ul>
</div>
<!-- Generated by Doxygen 1.8.6 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Usage&#160;and&#160;Description</span></a></li>
      <li><a href="modules.html"><span>Reference</span></a></li>
      <li>
        <div id="MSearchBox" class="MSearchBoxInactive">
        <span class="left">
          <img id="MSearchSelect" src="search/mag_sel.png"
               onmouseover="return searchBox.OnSearchSelectShow()"
               onmouseout="return searchBox.OnSearchSelectHide()"
               alt=""/>
          <input type="text" id="MSearchField" value="Search" accesskey="S"
               onfocus="searchBox.OnSearchFieldFocus(true)" 
               onblur="searchBox.OnSearchFieldFocus(false)" 
               onkeyup="searchBox.OnSearchFieldChange(event)"/>
          </span><span class="right">
            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
          </span>
        </div>
      </li>
    </ul>
  </div>
  <div id="navrow3" class="tabs2">
    <ul class="tablist">
      <li class="current"><a href="globals.html"><span>All</span></a></li>
      <li><a href="globals_func.html"><span>Functions</span></a></li>
      <li><a href="globals_vars.html"><span>Variables</span></a></li>
      <li><a href="globals_type.html"><span>Typedefs</span></a></li>
      <li><a href="globals_enum.html"><span>Enumerations</span></a></li>
      <li><a href="globals_eval.html"><span>Enumerator</span></a></li>
      <li><a href="globals_defs.html"><span>Macros</span></a></li>
    </ul>
  </div>
  <div id="navrow4" class="tabs3">
    <ul class="tablist">
      <li><a href="globals.html#index__"><span>_</span></a></li>
      <li><a href="globals_a.html#index_a"><span>a</span></a></li>
      <li><a href="globals_b.html#index_b"><span>b</span></a></li>
      <li><a href="globals_c.html#index_c"><span>c</span></a></li>
      <li><a href="globals_d.html#index_d"><span>d</span></a></li>
      <li><a href="globals_e.html#index_e"><span>e</span></a></li>
      <li class="current"><a href="globals_f.html#index_f"><span>f</span></a></li>
      <li><a href="globals_g.html#index_g"><span>g</span></a></li>
      <li><a href="globals_i.html#index_i"><span>i</span></a></li>
      <li><a href="globals_l.html#index_l"><span>l</span></a></li>
      <li><a href="globals_m.html#index_m"><span>m</span></a></li>
      <li><a href="globals_n.html#index_n"><span>n</span></a></li>
      <li><a href="globals_o.html#index_o"><span>o</span></a></li>
      <li><a href="globals_p.html#index_p"><span>p</span></a></li>
      <li><a href="globals_q.html#index_q"><span>q</span></a></li>
      <li><a href="globals_r.html#index_r"><span>r</span></a></li>
      <li><a href="globals_s.html#index_s"><span>s</span></a></li>
      <li><a href="globals_t.html#index_t"><span>t</span></a></li>
      <li><a href="globals_u.html#index_u"><span>u</span></a></li>
      <li><a href="globals_v.html#index_v"><span>v</span></a></li>
      <li><a href="globals_w.html#index_w"><span>w</span></a></li>
      <li><a href="globals_x.html#index_x"><span>x</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_f.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
<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>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div class="contents">
<div class="textblock">Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:</div>

<h3><a class="anchor" id="index_f"></a>- f -</h3><ul>
<li>arm_fill_f32()
: <a class="el" href="group__Fill.html#ga2248e8d3901b4afb7827163132baad94">arm_math.h</a>
, <a class="el" href="group__Fill.html#ga2248e8d3901b4afb7827163132baad94">arm_fill_f32.c</a>
</li>
<li>arm_fill_q15()
: <a class="el" href="group__Fill.html#ga76b21c32a3783a2b3334d930a646e5d8">arm_fill_q15.c</a>
, <a class="el" href="group__Fill.html#ga76b21c32a3783a2b3334d930a646e5d8">arm_math.h</a>
</li>
<li>arm_fill_q31()
: <a class="el" href="group__Fill.html#ga69cc781cf337bd0a31bb85c772a35f7f">arm_math.h</a>
, <a class="el" href="group__Fill.html#ga69cc781cf337bd0a31bb85c772a35f7f">arm_fill_q31.c</a>
</li>
<li>arm_fill_q7()
: <a class="el" href="group__Fill.html#ga0465cf326ada039ed792f94b033d9ec5">arm_math.h</a>
, <a class="el" href="group__Fill.html#ga0465cf326ada039ed792f94b033d9ec5">arm_fill_q7.c</a>
</li>
<li>arm_fir_decimate_f32()
: <a class="el" href="group__FIR__decimate.html#gab9402a0d9b0fffc0b50083a7d56c5905">arm_math.h</a>
, <a class="el" href="group__FIR__decimate.html#gab9402a0d9b0fffc0b50083a7d56c5905">arm_fir_decimate_f32.c</a>
</li>
<li>arm_fir_decimate_fast_q15()
: <a class="el" href="group__FIR__decimate.html#gab43fa1edb45d3b2e875dc8cd381770cc">arm_fir_decimate_fast_q15.c</a>
, <a class="el" href="group__FIR__decimate.html#gab43fa1edb45d3b2e875dc8cd381770cc">arm_math.h</a>
</li>
<li>arm_fir_decimate_fast_q31()
: <a class="el" href="group__FIR__decimate.html#gac03b837d289c8bc4a86a34a89e44afdf">arm_math.h</a>
, <a class="el" href="group__FIR__decimate.html#gac03b837d289c8bc4a86a34a89e44afdf">arm_fir_decimate_fast_q31.c</a>
</li>
<li>arm_fir_decimate_init_f32()
: <a class="el" href="group__FIR__decimate.html#ga67c80582fc296552fef2bd1f208d853b">arm_math.h</a>
, <a class="el" href="group__FIR__decimate.html#ga67c80582fc296552fef2bd1f208d853b">arm_fir_decimate_init_f32.c</a>
</li>
<li>arm_fir_decimate_init_q15()
: <a class="el" href="group__FIR__decimate.html#ga3b01ec9df00d759f79c934b239cead73">arm_math.h</a>
, <a class="el" href="group__FIR__decimate.html#ga3b01ec9df00d759f79c934b239cead73">arm_fir_decimate_init_q15.c</a>
</li>
<li>arm_fir_decimate_init_q31()
: <a class="el" href="group__FIR__decimate.html#ga6a19d62083e85b3f5e34e8a8283c1ea0">arm_math.h</a>
, <a class="el" href="group__FIR__decimate.html#ga6a19d62083e85b3f5e34e8a8283c1ea0">arm_fir_decimate_init_q31.c</a>
</li>
<li>arm_fir_decimate_q15()
: <a class="el" href="group__FIR__decimate.html#ga262636462d9e24dab67ec792160afcbf">arm_math.h</a>
, <a class="el" href="group__FIR__decimate.html#ga262636462d9e24dab67ec792160afcbf">arm_fir_decimate_q15.c</a>
</li>
<li>arm_fir_decimate_q31()
: <a class="el" href="group__FIR__decimate.html#ga27c05d7892f8a327aab86fbfee9b0f29">arm_math.h</a>
, <a class="el" href="group__FIR__decimate.html#ga27c05d7892f8a327aab86fbfee9b0f29">arm_fir_decimate_q31.c</a>
</li>
<li>arm_fir_f32()
: <a class="el" href="group__FIR.html#ga0cf008f650a75f5e2cf82d10691b64d9">arm_math.h</a>
, <a class="el" href="group__FIR.html#ga0cf008f650a75f5e2cf82d10691b64d9">arm_fir_f32.c</a>
</li>
<li>arm_fir_fast_q15()
: <a class="el" href="group__FIR.html#gaf58eee6c38f0b666897b24ca02f9d58d">arm_fir_fast_q15.c</a>
, <a class="el" href="group__FIR.html#gaf58eee6c38f0b666897b24ca02f9d58d">arm_math.h</a>
</li>
<li>arm_fir_fast_q31()
: <a class="el" href="group__FIR.html#ga07051c8e9f0f228c9634b4a9ca2bcac3">arm_math.h</a>
, <a class="el" href="group__FIR.html#ga07051c8e9f0f228c9634b4a9ca2bcac3">arm_fir_fast_q31.c</a>
</li>
<li>arm_fir_init_f32()
: <a class="el" href="group__FIR.html#ga5afaa7b8e6735bbc19e582aa9755b0e1">arm_math.h</a>
, <a class="el" href="group__FIR.html#ga5afaa7b8e6735bbc19e582aa9755b0e1">arm_fir_init_f32.c</a>
</li>
<li>arm_fir_init_q15()
: <a class="el" href="group__FIR.html#gaf4bfa7e20520f3b6e9f03a52ad6d0e41">arm_math.h</a>
, <a class="el" href="group__FIR.html#gaf4bfa7e20520f3b6e9f03a52ad6d0e41">arm_fir_init_q15.c</a>
</li>
<li>arm_fir_init_q31()
: <a class="el" href="group__FIR.html#ga23ef4b2597aecc4d43cce7c4b456ae71">arm_math.h</a>
, <a class="el" href="group__FIR.html#ga23ef4b2597aecc4d43cce7c4b456ae71">arm_fir_init_q31.c</a>
</li>
<li>arm_fir_init_q7()
: <a class="el" href="group__FIR.html#gabd62c4543b243c25e315e7acb57f726c">arm_math.h</a>
, <a class="el" href="group__FIR.html#gabd62c4543b243c25e315e7acb57f726c">arm_fir_init_q7.c</a>
</li>
<li>arm_fir_interpolate_f32()
: <a class="el" href="group__FIR__Interpolate.html#ga62d0757246bbbe5bfaf67b9a95c16c51">arm_math.h</a>
, <a class="el" href="group__FIR__Interpolate.html#ga62d0757246bbbe5bfaf67b9a95c16c51">arm_fir_interpolate_f32.c</a>
</li>
<li>arm_fir_interpolate_init_f32()
: <a class="el" href="group__FIR__Interpolate.html#ga1416bcc1bcf6e2b18ff15261b6e04345">arm_math.h</a>
, <a class="el" href="group__FIR__Interpolate.html#ga1416bcc1bcf6e2b18ff15261b6e04345">arm_fir_interpolate_init_f32.c</a>
</li>
<li>arm_fir_interpolate_init_q15()
: <a class="el" href="group__FIR__Interpolate.html#ga9d6a3c53991f1dca4da31dc400ed9eec">arm_math.h</a>
, <a class="el" href="group__FIR__Interpolate.html#ga9d6a3c53991f1dca4da31dc400ed9eec">arm_fir_interpolate_init_q15.c</a>
</li>
<li>arm_fir_interpolate_init_q31()
: <a class="el" href="group__FIR__Interpolate.html#ga2f2288aa947fea3e8bcda3d5e01c1f6d">arm_math.h</a>
, <a class="el" href="group__FIR__Interpolate.html#ga2f2288aa947fea3e8bcda3d5e01c1f6d">arm_fir_interpolate_init_q31.c</a>
</li>
<li>arm_fir_interpolate_q15()
: <a class="el" href="group__FIR__Interpolate.html#ga026a02cda40616476e33b82e4eaf855d">arm_math.h</a>
, <a class="el" href="group__FIR__Interpolate.html#ga026a02cda40616476e33b82e4eaf855d">arm_fir_interpolate_q15.c</a>
</li>
<li>arm_fir_interpolate_q31()
: <a class="el" href="group__FIR__Interpolate.html#gadf65923ede13284c769b5621709e8135">arm_math.h</a>
, <a class="el" href="group__FIR__Interpolate.html#gadf65923ede13284c769b5621709e8135">arm_fir_interpolate_q31.c</a>
</li>
<li>arm_fir_lattice_f32()
: <a class="el" href="group__FIR__Lattice.html#ga62053bf9d04f9f97ee5f4ef831533d68">arm_math.h</a>
, <a class="el" href="group__FIR__Lattice.html#ga62053bf9d04f9f97ee5f4ef831533d68">arm_fir_lattice_f32.c</a>
</li>
<li>arm_fir_lattice_init_f32()
: <a class="el" href="group__FIR__Lattice.html#ga489e9fd4fed0037b5ed0947eaa12d68d">arm_math.h</a>
, <a class="el" href="group__FIR__Lattice.html#ga489e9fd4fed0037b5ed0947eaa12d68d">arm_fir_lattice_init_f32.c</a>
</li>
<li>arm_fir_lattice_init_q15()
: <a class="el" href="group__FIR__Lattice.html#gae4657ac1025b5b4294fd4acc1e49e7f8">arm_math.h</a>
, <a class="el" href="group__FIR__Lattice.html#gae4657ac1025b5b4294fd4acc1e49e7f8">arm_fir_lattice_init_q15.c</a>
</li>
<li>arm_fir_lattice_init_q31()
: <a class="el" href="group__FIR__Lattice.html#gaf7723f451f6d4cf2586bb4b63d2029cb">arm_math.h</a>
, <a class="el" href="group__FIR__Lattice.html#gaf7723f451f6d4cf2586bb4b63d2029cb">arm_fir_lattice_init_q31.c</a>
</li>
<li>arm_fir_lattice_q15()
: <a class="el" href="group__FIR__Lattice.html#gafddb7fd49cb0e8a4b6d9546b58bf60fb">arm_fir_lattice_q15.c</a>
, <a class="el" href="group__FIR__Lattice.html#gafddb7fd49cb0e8a4b6d9546b58bf60fb">arm_math.h</a>
</li>
<li>arm_fir_lattice_q31()
: <a class="el" href="group__FIR__Lattice.html#ga9ae2b76a2a1625d00f902919d0fdea05">arm_math.h</a>
, <a class="el" href="group__FIR__Lattice.html#ga9ae2b76a2a1625d00f902919d0fdea05">arm_fir_lattice_q31.c</a>
</li>
<li>arm_fir_q15()
: <a class="el" href="group__FIR.html#gad9f84fdadbb59292592c7fac81adb09c">arm_math.h</a>
, <a class="el" href="group__FIR.html#gad9f84fdadbb59292592c7fac81adb09c">arm_fir_q15.c</a>
</li>
<li>arm_fir_q31()
: <a class="el" href="group__FIR.html#ga2f6fc6582ab4491b3ea8c038c5247ecf">arm_math.h</a>
, <a class="el" href="group__FIR.html#ga2f6fc6582ab4491b3ea8c038c5247ecf">arm_fir_q31.c</a>
</li>
<li>arm_fir_q7()
: <a class="el" href="group__FIR.html#gac333f1139ef35124e89b0ee7494ad0a2">arm_math.h</a>
, <a class="el" href="group__FIR.html#gac333f1139ef35124e89b0ee7494ad0a2">arm_fir_q7.c</a>
</li>
<li>arm_fir_sparse_f32()
: <a class="el" href="group__FIR__Sparse.html#gac6817bc86974b7121c3288fce25dbc5f">arm_math.h</a>
, <a class="el" href="group__FIR__Sparse.html#gac6817bc86974b7121c3288fce25dbc5f">arm_fir_sparse_f32.c</a>
</li>
<li>arm_fir_sparse_init_f32()
: <a class="el" href="group__FIR__Sparse.html#ga967a0564d6d59f2b9e12f4a5b7a3f877">arm_math.h</a>
, <a class="el" href="group__FIR__Sparse.html#ga967a0564d6d59f2b9e12f4a5b7a3f877">arm_fir_sparse_init_f32.c</a>
</li>
<li>arm_fir_sparse_init_q15()
: <a class="el" href="group__FIR__Sparse.html#gad1c7f891760e91301aac7e3a48aca449">arm_math.h</a>
, <a class="el" href="group__FIR__Sparse.html#gad1c7f891760e91301aac7e3a48aca449">arm_fir_sparse_init_q15.c</a>
</li>
<li>arm_fir_sparse_init_q31()
: <a class="el" href="group__FIR__Sparse.html#gade71e2e0432a0e6de36fa9f23b2c984c">arm_math.h</a>
, <a class="el" href="group__FIR__Sparse.html#gade71e2e0432a0e6de36fa9f23b2c984c">arm_fir_sparse_init_q31.c</a>
</li>
<li>arm_fir_sparse_init_q7()
: <a class="el" href="group__FIR__Sparse.html#ga5e74f8f4e4df85de5feb4e62125ff590">arm_math.h</a>
, <a class="el" href="group__FIR__Sparse.html#ga5e74f8f4e4df85de5feb4e62125ff590">arm_fir_sparse_init_q7.c</a>
</li>
<li>arm_fir_sparse_q15()
: <a class="el" href="group__FIR__Sparse.html#gac3e43b06bff38ac8e62e145f88e9dbc7">arm_math.h</a>
, <a class="el" href="group__FIR__Sparse.html#gac3e43b06bff38ac8e62e145f88e9dbc7">arm_fir_sparse_q15.c</a>
</li>
<li>arm_fir_sparse_q31()
: <a class="el" href="group__FIR__Sparse.html#gaba9f7ef4acf293034af42baa2fd3df52">arm_math.h</a>
, <a class="el" href="group__FIR__Sparse.html#gaba9f7ef4acf293034af42baa2fd3df52">arm_fir_sparse_q31.c</a>
</li>
<li>arm_fir_sparse_q7()
: <a class="el" href="group__FIR__Sparse.html#ga319b3d9032ba723a8efb819b9d2a3676">arm_math.h</a>
, <a class="el" href="group__FIR__Sparse.html#ga319b3d9032ba723a8efb819b9d2a3676">arm_fir_sparse_q7.c</a>
</li>
<li>arm_float_to_q12_20()
: <a class="el" href="arm__linear__interp__example_2math__helper_8h.html#a23f94b0fbfed6d620f38e26bc64cf2f8">arm_linear_interp_example/math_helper.h</a>
, <a class="el" href="arm__convolution__example_2math__helper_8c.html#a23f94b0fbfed6d620f38e26bc64cf2f8">arm_convolution_example/math_helper.c</a>
, <a class="el" href="arm__convolution__example_2math__helper_8h.html#a23f94b0fbfed6d620f38e26bc64cf2f8">arm_convolution_example/math_helper.h</a>
, <a class="el" href="arm__fir__example_2math__helper_8c.html#a23f94b0fbfed6d620f38e26bc64cf2f8">arm_fir_example/math_helper.c</a>
, <a class="el" href="arm__fir__example_2math__helper_8h.html#a23f94b0fbfed6d620f38e26bc64cf2f8">arm_fir_example/math_helper.h</a>
, <a class="el" href="arm__graphic__equalizer__example_2math__helper_8c.html#a23f94b0fbfed6d620f38e26bc64cf2f8">arm_graphic_equalizer_example/math_helper.c</a>
, <a class="el" href="arm__graphic__equalizer__example_2math__helper_8h.html#a23f94b0fbfed6d620f38e26bc64cf2f8">arm_graphic_equalizer_example/math_helper.h</a>
, <a class="el" href="arm__linear__interp__example_2math__helper_8c.html#a23f94b0fbfed6d620f38e26bc64cf2f8">arm_linear_interp_example/math_helper.c</a>
, <a class="el" href="arm__matrix__example_2math__helper_8c.html#a23f94b0fbfed6d620f38e26bc64cf2f8">arm_matrix_example/math_helper.c</a>
, <a class="el" href="arm__matrix__example_2math__helper_8h.html#a23f94b0fbfed6d620f38e26bc64cf2f8">arm_matrix_example/math_helper.h</a>
, <a class="el" href="arm__signal__converge__example_2math__helper_8c.html#a23f94b0fbfed6d620f38e26bc64cf2f8">arm_signal_converge_example/math_helper.c</a>
, <a class="el" href="arm__signal__converge__example_2math__helper_8h.html#a23f94b0fbfed6d620f38e26bc64cf2f8">arm_signal_converge_example/math_helper.h</a>
</li>
<li>arm_float_to_q14()
: <a class="el" href="arm__signal__converge__example_2math__helper_8h.html#a23cdb5202efd9233f4e92b5f22287eac">arm_signal_converge_example/math_helper.h</a>
, <a class="el" href="arm__signal__converge__example_2math__helper_8c.html#a23cdb5202efd9233f4e92b5f22287eac">arm_signal_converge_example/math_helper.c</a>
, <a class="el" href="arm__matrix__example_2math__helper_8h.html#a23cdb5202efd9233f4e92b5f22287eac">arm_matrix_example/math_helper.h</a>
, <a class="el" href="arm__linear__interp__example_2math__helper_8h.html#a23cdb5202efd9233f4e92b5f22287eac">arm_linear_interp_example/math_helper.h</a>
, <a class="el" href="arm__convolution__example_2math__helper_8c.html#a23cdb5202efd9233f4e92b5f22287eac">arm_convolution_example/math_helper.c</a>
, <a class="el" href="arm__fir__example_2math__helper_8c.html#a23cdb5202efd9233f4e92b5f22287eac">arm_fir_example/math_helper.c</a>
, <a class="el" href="arm__graphic__equalizer__example_2math__helper_8c.html#a23cdb5202efd9233f4e92b5f22287eac">arm_graphic_equalizer_example/math_helper.c</a>
, <a class="el" href="arm__graphic__equalizer__example_2math__helper_8h.html#a23cdb5202efd9233f4e92b5f22287eac">arm_graphic_equalizer_example/math_helper.h</a>
, <a class="el" href="arm__linear__interp__example_2math__helper_8c.html#a23cdb5202efd9233f4e92b5f22287eac">arm_linear_interp_example/math_helper.c</a>
, <a class="el" href="arm__fir__example_2math__helper_8h.html#a23cdb5202efd9233f4e92b5f22287eac">arm_fir_example/math_helper.h</a>
, <a class="el" href="arm__matrix__example_2math__helper_8c.html#a23cdb5202efd9233f4e92b5f22287eac">arm_matrix_example/math_helper.c</a>
, <a class="el" href="arm__convolution__example_2math__helper_8h.html#a23cdb5202efd9233f4e92b5f22287eac">arm_convolution_example/math_helper.h</a>
</li>
<li>arm_float_to_q15()
: <a class="el" href="group__float__to__x.html#gac7696e64963e5051ebb950c88c6ba186">arm_float_to_q15.c</a>
, <a class="el" href="group__float__to__x.html#gac7696e64963e5051ebb950c88c6ba186">arm_math.h</a>
</li>
<li>arm_float_to_q28()
: <a class="el" href="arm__linear__interp__example_2math__helper_8c.html#aa1049b3adb14331612bb762237391625">arm_linear_interp_example/math_helper.c</a>
, <a class="el" href="arm__linear__interp__example_2math__helper_8h.html#aa1049b3adb14331612bb762237391625">arm_linear_interp_example/math_helper.h</a>
, <a class="el" href="arm__matrix__example_2math__helper_8c.html#aa1049b3adb14331612bb762237391625">arm_matrix_example/math_helper.c</a>
, <a class="el" href="arm__signal__converge__example_2math__helper_8c.html#aa1049b3adb14331612bb762237391625">arm_signal_converge_example/math_helper.c</a>
, <a class="el" href="arm__signal__converge__example_2math__helper_8h.html#aa1049b3adb14331612bb762237391625">arm_signal_converge_example/math_helper.h</a>
, <a class="el" href="arm__matrix__example_2math__helper_8h.html#aa1049b3adb14331612bb762237391625">arm_matrix_example/math_helper.h</a>
, <a class="el" href="arm__graphic__equalizer__example_2math__helper_8c.html#aa1049b3adb14331612bb762237391625">arm_graphic_equalizer_example/math_helper.c</a>
, <a class="el" href="arm__graphic__equalizer__example_2math__helper_8h.html#aa1049b3adb14331612bb762237391625">arm_graphic_equalizer_example/math_helper.h</a>
, <a class="el" href="arm__fir__example_2math__helper_8h.html#aa1049b3adb14331612bb762237391625">arm_fir_example/math_helper.h</a>
, <a class="el" href="arm__convolution__example_2math__helper_8h.html#aa1049b3adb14331612bb762237391625">arm_convolution_example/math_helper.h</a>
, <a class="el" href="arm__convolution__example_2math__helper_8c.html#aa1049b3adb14331612bb762237391625">arm_convolution_example/math_helper.c</a>
, <a class="el" href="arm__fir__example_2math__helper_8c.html#aa1049b3adb14331612bb762237391625">arm_fir_example/math_helper.c</a>
</li>
<li>arm_float_to_q29()
: <a class="el" href="arm__convolution__example_2math__helper_8h.html#a098c587b93469a7a6bcc521d42fdf6f9">arm_convolution_example/math_helper.h</a>
, <a class="el" href="arm__fir__example_2math__helper_8c.html#a098c587b93469a7a6bcc521d42fdf6f9">arm_fir_example/math_helper.c</a>
, <a class="el" href="arm__fir__example_2math__helper_8h.html#a098c587b93469a7a6bcc521d42fdf6f9">arm_fir_example/math_helper.h</a>
, <a class="el" href="arm__signal__converge__example_2math__helper_8c.html#a098c587b93469a7a6bcc521d42fdf6f9">arm_signal_converge_example/math_helper.c</a>
, <a class="el" href="arm__linear__interp__example_2math__helper_8h.html#a098c587b93469a7a6bcc521d42fdf6f9">arm_linear_interp_example/math_helper.h</a>
, <a class="el" href="arm__graphic__equalizer__example_2math__helper_8h.html#a098c587b93469a7a6bcc521d42fdf6f9">arm_graphic_equalizer_example/math_helper.h</a>
, <a class="el" href="arm__signal__converge__example_2math__helper_8h.html#a098c587b93469a7a6bcc521d42fdf6f9">arm_signal_converge_example/math_helper.h</a>
, <a class="el" href="arm__graphic__equalizer__example_2math__helper_8c.html#a098c587b93469a7a6bcc521d42fdf6f9">arm_graphic_equalizer_example/math_helper.c</a>
, <a class="el" href="arm__matrix__example_2math__helper_8c.html#a098c587b93469a7a6bcc521d42fdf6f9">arm_matrix_example/math_helper.c</a>
, <a class="el" href="arm__matrix__example_2math__helper_8h.html#a098c587b93469a7a6bcc521d42fdf6f9">arm_matrix_example/math_helper.h</a>
, <a class="el" href="arm__linear__interp__example_2math__helper_8c.html#a098c587b93469a7a6bcc521d42fdf6f9">arm_linear_interp_example/math_helper.c</a>
, <a class="el" href="arm__convolution__example_2math__helper_8c.html#a098c587b93469a7a6bcc521d42fdf6f9">arm_convolution_example/math_helper.c</a>
</li>
<li>arm_float_to_q30()
: <a class="el" href="arm__matrix__example_2math__helper_8h.html#a16764fdbc174a79f04b07032cf902079">arm_matrix_example/math_helper.h</a>
, <a class="el" href="arm__signal__converge__example_2math__helper_8c.html#a16764fdbc174a79f04b07032cf902079">arm_signal_converge_example/math_helper.c</a>
, <a class="el" href="arm__fir__example_2math__helper_8h.html#a16764fdbc174a79f04b07032cf902079">arm_fir_example/math_helper.h</a>
, <a class="el" href="arm__linear__interp__example_2math__helper_8c.html#a16764fdbc174a79f04b07032cf902079">arm_linear_interp_example/math_helper.c</a>
, <a class="el" href="arm__fir__example_2math__helper_8c.html#a16764fdbc174a79f04b07032cf902079">arm_fir_example/math_helper.c</a>
, <a class="el" href="arm__matrix__example_2math__helper_8c.html#a16764fdbc174a79f04b07032cf902079">arm_matrix_example/math_helper.c</a>
, <a class="el" href="arm__convolution__example_2math__helper_8c.html#a16764fdbc174a79f04b07032cf902079">arm_convolution_example/math_helper.c</a>
, <a class="el" href="arm__convolution__example_2math__helper_8h.html#a16764fdbc174a79f04b07032cf902079">arm_convolution_example/math_helper.h</a>
, <a class="el" href="arm__graphic__equalizer__example_2math__helper_8c.html#a16764fdbc174a79f04b07032cf902079">arm_graphic_equalizer_example/math_helper.c</a>
, <a class="el" href="arm__signal__converge__example_2math__helper_8h.html#a16764fdbc174a79f04b07032cf902079">arm_signal_converge_example/math_helper.h</a>
, <a class="el" href="arm__linear__interp__example_2math__helper_8h.html#a16764fdbc174a79f04b07032cf902079">arm_linear_interp_example/math_helper.h</a>
, <a class="el" href="arm__graphic__equalizer__example_2math__helper_8h.html#a16764fdbc174a79f04b07032cf902079">arm_graphic_equalizer_example/math_helper.h</a>
</li>
<li>arm_float_to_q31()
: <a class="el" href="group__float__to__x.html#gaae21be47db707e79552f3e8221a48fb0">arm_float_to_q31.c</a>
, <a class="el" href="group__float__to__x.html#gaae21be47db707e79552f3e8221a48fb0">arm_math.h</a>
</li>
<li>arm_float_to_q7()
: <a class="el" href="group__float__to__x.html#ga63b7cef42a242f0be43376ba3380988d">arm_math.h</a>
, <a class="el" href="group__float__to__x.html#ga63b7cef42a242f0be43376ba3380988d">arm_float_to_q7.c</a>
</li>
<li>FAST_MATH_Q15_SHIFT
: <a class="el" href="arm__math_8h.html#a34716b73c631e65e8dd855e08384ecb2">arm_math.h</a>
</li>
<li>FAST_MATH_Q31_SHIFT
: <a class="el" href="arm__math_8h.html#a4268f77b1811a0c7fc2532a0bf6108b0">arm_math.h</a>
</li>
<li>FAST_MATH_TABLE_SIZE
: <a class="el" href="arm__math_8h.html#afcb9147c96853bea484cfc2dde07463d">arm_math.h</a>
</li>
<li>fftSize
: <a class="el" href="arm__fft__bin__example__f32_8c.html#a9b500899c581f6df3ffc0a9f3a9ef6aa">arm_fft_bin_example_f32.c</a>
</li>
<li>FIRCoeff_f32
: <a class="el" href="arm__signal__converge__data_8c.html#aede8780f021b7f5c33df0c5ee2183ee6">arm_signal_converge_data.c</a>
, <a class="el" href="arm__signal__converge__example__f32_8c.html#aede8780f021b7f5c33df0c5ee2183ee6">arm_signal_converge_example_f32.c</a>
</li>
<li>firCoeffs32
: <a class="el" href="arm__fir__example__f32_8c.html#ae070afd14f437ad1ae0a947e4403dd0e">arm_fir_example_f32.c</a>
</li>
<li>firStateF32
: <a class="el" href="arm__signal__converge__example__f32_8c.html#a358ec4e79689e6d3787b89fe78bdb772">arm_signal_converge_example_f32.c</a>
, <a class="el" href="arm__fir__example__f32_8c.html#a46d61cabe5cb207f2776e1d4f8ca0f38">arm_fir_example_f32.c</a>
</li>
<li>float32_t
: <a class="el" href="arm__math_8h.html#a4611b605e45ab401f02cab15c5e38715">arm_math.h</a>
</li>
<li>float64_t
: <a class="el" href="arm__math_8h.html#ac55f3ae81b5bc9053760baacf57e47f4">arm_math.h</a>
</li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="footer">Generated on Wed Jul 10 2019 15:20:40 for CMSIS-DSP Version 1.7.0 by Arm Ltd. All rights reserved.
	<!--
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 
	-->
	</li>
  </ul>
</div>
</body>
</html>