text stringlengths 9 39.2M | dir stringlengths 26 295 | lang stringclasses 185
values | created_date timestamp[us] | updated_date timestamp[us] | repo_name stringlengths 1 97 | repo_full_name stringlengths 7 106 | star int64 1k 183k | len_tokens int64 1 13.8M |
|---|---|---|---|---|---|---|---|---|
```objective-c
/*your_sha256_hash-------------
* Name: CV_Config.h
* Purpose: CV Config header
*your_sha256_hash------------
*your_sha256_hash------------*/
#ifndef __CV_CONFIG_H
#define __CV_CONFIG_H
#include "RTE_Components.h"
#include CMSIS_device_header
//-------- <<< Use Configuration ... | /content/code_sandbox/CMSIS/CoreValidation/Source/Config/CV_Config_template.h | objective-c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 1,548 |
```shell
#!/bin/bash
# Version: 1.1
# Date: 2020-04-29
# This bash script generates a CMSIS Software Pack:
#
# Pre-requisites:
# - bash shell (for Windows: install git for Windows)
# - 7z in path (zip archiving utility)
# e.g. Ubuntu: sudo apt-get install p7zip-full p7zip-rar)
# - PackChk in path with execute permi... | /content/code_sandbox/CMSIS/Pack/Bash/gen_pack.sh | shell | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 1,450 |
```objective-c
``` | /content/code_sandbox/CMSIS/Pack/Bash/Include/component.h | objective-c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 1 |
```c
``` | /content/code_sandbox/CMSIS/Pack/Bash/Source/component.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 1 |
```shell
#!/bin/bash
# Version: 1.0
# Date: 2021-05-05
# This bash script generates CMSIS Documentation:
#
# Pre-requisites:
# - bash shell (for Windows: install git for Windows)
# - doxygen 1.8.6
# - mscgen 0.20
set -o pipefail
DIRNAME=$(dirname $(readlink -f $0))
DOXYGEN=$(which doxygen)
MSCGEN=$(which mscgen)
REGE... | /content/code_sandbox/CMSIS/DoxyGen/gen_doc.sh | shell | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 1,108 |
```html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "path_to_url">
<html xmlns="path_to_url">
<head>
<title>Redirect to the CMSIS main page after 0 seconds</title>
<meta http-equiv="refresh" content="0; URL=../Documentation/General/html/index.html">
<meta name="keywords" content="automatic redirectio... | /content/code_sandbox/CMSIS/DoxyGen/index.html | html | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 117 |
```objective-c
// ==== RTX Extensions ====
/// Suspend the RTX task scheduler.
/// \return number of ticks, for how long the system can sleep or power-down.
uint32_t os_suspend (void);
/// Resume the RTX task scheduler.
/// \param[in] sleep_time specifies how long the system was in sleep or power-down mode.
v... | /content/code_sandbox/CMSIS/DoxyGen/RTOS/src/RTX/cmsis_os_rtx_extensions.h | objective-c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 153 |
```javascript
var strgURL = location.pathname; // path of current component
// constuctor for the array of objects
function tabElement(id, folderName, tabTxt ) {
this.id = id; // elementID as needed in html;
this.folderName = folderName; ... | /content/code_sandbox/CMSIS/DoxyGen/Doxygen_Templates/printComponentTabs.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 595 |
```css
.tabs, .tabs1, .tabs2, .tabs3 {
background-image: url('tab_b.png');
width: 100%;
z-index: 101;
font-size: 10px;
}
.tabs1 {
background-image: url('tab_topnav.png');
font-size: 12px;
}
.tabs2 {
font-size: 10px;
}
.tabs3 {
font-size: 9px;
}
.tablist {
margin: 0;
padding: 0... | /content/code_sandbox/CMSIS/DoxyGen/Doxygen_Templates/tabs.css | css | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 422 |
```html
<!-- start footer part -->
<!--BEGIN GENERATE_TREEVIEW-->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
$navpath
<li class="footer">
<script type="text/javascript">
<!--
writeFooter.call(this);
//-->
</script>
</li>
<... | /content/code_sandbox/CMSIS/DoxyGen/Doxygen_Templates/cmsis_footer.html | html | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 114 |
```javascript
function writeFooter() {
document.write('Generated on {datetime} for {projectName} {projectNumber} by Arm Ltd. All rights reserved.');
};
``` | /content/code_sandbox/CMSIS/DoxyGen/Doxygen_Templates/cmsis_footer.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 34 |
```html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "path_to_url">
<html xmlns="path_to_url">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAM... | /content/code_sandbox/CMSIS/DoxyGen/Doxygen_Templates/cmsis_dap_header.html | html | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 541 |
```html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "path_to_url">
<html xmlns="path_to_url">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>$title</title>
<!--BEGIN PROJECT_NAME--><title>$projectname: $title</tit... | /content/code_sandbox/CMSIS/DoxyGen/Doxygen_Templates/cmsis_header.html | html | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 583 |
```css
/*---------------- Search Box */
#FSearchBox {
float: left;
}
#searchli {
float: right;
display: block;
width: 170px;
height: 24px;
}
#MSearchBox {
white-space : nowrap;
position: absolute;
float: none;
display: inline;
margin-top: 3px;
right: 0px;
width: 170px;... | /content/code_sandbox/CMSIS/DoxyGen/Doxygen_Templates/search.css | css | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 1,212 |
```css
#nav-tree .children_ul {
margin:0;
padding:4px;
}
#nav-tree ul {
list-style:none outside none;
margin:0px;
padding:0px;
}
#nav-tree li {
white-space:nowrap;
margin:0px;
padding:0px;
}
#nav-tree .plus {
margin:0px;
}
#nav-tree .selected {
background-image: url('tab_a.png');
background-re... | /content/code_sandbox/CMSIS/DoxyGen/Doxygen_Templates/navtree.css | css | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 554 |
```css
/* The standard CSS for doxygen */
body, table, div, p, dl {
font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
font-size: 13px;
line-height: 1.3;
}
/* CMSIS styles */
.style1 {
text-align: center;
}
.style2 {
color: #0000FF;
font-weight: normal;
}
.style3 {
text-align: left;
}
.style4... | /content/code_sandbox/CMSIS/DoxyGen/Doxygen_Templates/cmsis.css | css | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 6,513 |
```html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "path_to_url">
<html xmlns="path_to_url">
<head>
<title>Redirect to the corresponding CMSIS-NN page after 0 seconds</title>
<meta http-equiv="refresh" content="0; URL=path_to_url">
<meta name="keywords" content="automatic redirection">
</head>
<bod... | /content/code_sandbox/CMSIS/DoxyGen/NN/html/arm__elementwise__mul__s8_8c.html | html | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 132 |
```css
/* The standard CSS for doxygen 1.8.6 */
body, table, div, p, dl {
font: 400 14px/22px Roboto,sans-serif;
}
/* @group Heading Levels */
h1.groupheader {
font-size: 150%;
}
.title {
font: 400 14px/28px Roboto,sans-serif;
font-size: 150%;
font-weight: bold;
margin: 10px 2px;
}
h2.groupheader {
border-b... | /content/code_sandbox/CMSIS/DoxyGen/NN/html/doxygen.css | css | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 7,528 |
```javascript
var structcmsis__nn__tile =
[
[ "h", "structcmsis__nn__tile.html#a13c54be71aa552c2bc76d12032a3d092", null ],
[ "w", "structcmsis__nn__tile.html#a9f99b4e1164c76f4ed6b32648d454283", null ]
];
``` | /content/code_sandbox/CMSIS/DoxyGen/NN/html/structcmsis__nn__tile.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 86 |
```javascript
var structcmsis__nn__dw__conv__params =
[
[ "activation", "structcmsis__nn__dw__conv__params.html#a88d6144a8af12904ac92b82aee2d6695", null ],
[ "ch_mult", "structcmsis__nn__dw__conv__params.html#aa613968e07c396755c2a6def8ecded79", null ],
[ "dilation", "structcmsis__nn__dw__conv__params.html#a... | /content/code_sandbox/CMSIS/DoxyGen/NN/html/structcmsis__nn__dw__conv__params.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 305 |
```javascript
var structcmsis__nn__per__tensor__quant__params =
[
[ "multiplier", "structcmsis__nn__per__tensor__quant__params.html#a4edb6cf363e3d30ad7e5166275629548", null ],
[ "shift", "structcmsis__nn__per__tensor__quant__params.html#a944f9c7b4f01355406b0a2ec9d578b87", null ]
];
``` | /content/code_sandbox/CMSIS/DoxyGen/NN/html/structcmsis__nn__per__tensor__quant__params.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 105 |
```javascript
var structcmsis__nn__pool__params =
[
[ "activation", "structcmsis__nn__pool__params.html#a5d98c2ed7ab19a021a07175764e95a26", null ],
[ "padding", "structcmsis__nn__pool__params.html#aba41d8fba7aca6871e7a67f0e6c63346", null ],
[ "stride", "structcmsis__nn__pool__params.html#a64a4ccb624b7c12ca3... | /content/code_sandbox/CMSIS/DoxyGen/NN/html/structcmsis__nn__pool__params.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 135 |
```javascript
var structcmsis__nn__svdf__params =
[
[ "input_activation", "structcmsis__nn__svdf__params.html#af9bee3ba507e5226a264097a6a6e78ed", null ],
[ "input_offset", "structcmsis__nn__svdf__params.html#a4afe1cfeca461ebb42dab876e3b5c31e", null ],
[ "output_activation", "structcmsis__nn__svdf__params.ht... | /content/code_sandbox/CMSIS/DoxyGen/NN/html/structcmsis__nn__svdf__params.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 212 |
```javascript
var NAVTREE =
[
[ "CMSIS-NN", "index.html" ]
];
var NAVTREEINDEX =
[
"ChangeLog_pg.html"
];
var SYNCONMSG = 'click to disable panel synchronisation';
var SYNCOFFMSG = 'click to enable panel synchronisation';
var SYNCONMSG = 'click to disable panel synchronisation';
var SYNCOFFMSG = 'click to enable pa... | /content/code_sandbox/CMSIS/DoxyGen/NN/html/navtree.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 3,862 |
```javascript
var unionarm__nnword =
[
[ "bytes", "unionarm__nnword.html#ac7cff6480a8e29d95f29b73cb1267249", null ],
[ "half_words", "unionarm__nnword.html#a9b5e49e4e2c4b7203e07b305386bb2ba", null ],
[ "word", "unionarm__nnword.html#a35c7b2ae25e35e0ddcd9ec0a1a6f8d18", null ]
];
``` | /content/code_sandbox/CMSIS/DoxyGen/NN/html/unionarm__nnword.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 123 |
```javascript
var unionarm__nn__long__long =
[
[ "long_long", "unionarm__nn__long__long.html#a4dbadc95589c36dcfdb4ec2f21bd2a72", null ],
[ "word", "unionarm__nn__long__long.html#a911c83d212457726d888e0c845a01155", null ]
];
``` | /content/code_sandbox/CMSIS/DoxyGen/NN/html/unionarm__nn__long__long.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 86 |
```javascript
var structcmsis__nn__softmax__lut__s16 =
[
[ "exp_lut", "structcmsis__nn__softmax__lut__s16.html#a0efa8f93962010b589115d62bc8b1492", null ],
[ "one_by_one_lut", "structcmsis__nn__softmax__lut__s16.html#a7bbf8c62fe03de10c44fb29ee97934c6", null ]
];
``` | /content/code_sandbox/CMSIS/DoxyGen/NN/html/structcmsis__nn__softmax__lut__s16.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 105 |
```javascript
var NAVTREEINDEX0 =
{
"ChangeLog_pg.html":[1],
"annotated.html":[4],
"functions.html":[5,0],
"functions_vars.html":[5,1],
"group__Acti.html":[3,0,0],
"group__Acti.html#ga01a7a7c17f0cd544e29c4752daeecdc3":[3,0,0,2],
"group__Acti.html#ga53bcc00e54b802919bb3c89c143ee5ba":[3,0,0,3],
"group__Acti.html#ga638e80... | /content/code_sandbox/CMSIS/DoxyGen/NN/html/navtreeindex0.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 5,635 |
```javascript
function writeFooter() {
document.write('Generated on Mon Dec 5 2022 07:22:56 for CMSIS-NN Version 4.0.0 by Arm Ltd. All rights reserved.');
};
``` | /content/code_sandbox/CMSIS/DoxyGen/NN/html/cmsis_footer.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 48 |
```javascript
var structcmsis__nn__fc__params =
[
[ "activation", "structcmsis__nn__fc__params.html#ac4c27a0819335364ec291bac9043cd07", null ],
[ "filter_offset", "structcmsis__nn__fc__params.html#a73c44b038fbb561281e27d58bb18b9a0", null ],
[ "input_offset", "structcmsis__nn__fc__params.html#a9d6902def53781... | /content/code_sandbox/CMSIS/DoxyGen/NN/html/structcmsis__nn__fc__params.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 170 |
```javascript
var structcmsis__nn__activation =
[
[ "max", "structcmsis__nn__activation.html#a5fefc67d8979f6a9efe36330b9ba81cf", null ],
[ "min", "structcmsis__nn__activation.html#a88a2ecd4bda8cd5f339c826df578585a", null ]
];
``` | /content/code_sandbox/CMSIS/DoxyGen/NN/html/structcmsis__nn__activation.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 85 |
```javascript
var structcmsis__nn__dims =
[
[ "c", "structcmsis__nn__dims.html#ac9c268ab90554ab8ea2c3d76ecf1ed6c", null ],
[ "h", "structcmsis__nn__dims.html#a471946ee336572a5a96eeb0894e6005a", null ],
[ "n", "structcmsis__nn__dims.html#a907a0be31e2e3de73df89b1327724555", null ],
[ "w", "structcmsis__nn... | /content/code_sandbox/CMSIS/DoxyGen/NN/html/structcmsis__nn__dims.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 158 |
```javascript
var structarm__nn__double =
[
[ "high", "structarm__nn__double.html#a66939b6b5007a77c843d260b431e68ac", null ],
[ "low", "structarm__nn__double.html#a9a087dfc1ed77e9f00ac7411a5827c82", null ]
];
``` | /content/code_sandbox/CMSIS/DoxyGen/NN/html/structarm__nn__double.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 83 |
```javascript
var modules =
[
[ "Neural Network Functions", "group__groupNN.html", "group__groupNN" ],
[ "Neural Network Data Conversion Functions", "group__nndata__convert.html", "group__nndata__convert" ],
[ "Basic Math Functions for Neural Network Computation", "group__NNBasicMath.html", "group__NNBasicM... | /content/code_sandbox/CMSIS/DoxyGen/NN/html/modules.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 84 |
```javascript
/*!
* jQuery JavaScript Library v1.7.1
* path_to_url
*
* Dual licensed under the MIT or GPL Version 2 licenses.
* path_to_url
*
* Includes Sizzle.js
* path_to_url
*
* Date: Mon Nov 21 21:11:03 2011 -0500
*/
(function(bb,L){var av=bb.document,bu=bb.navigator,bl=bb.location;var b=(function(){var ... | /content/code_sandbox/CMSIS/DoxyGen/NN/html/jquery.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 46,478 |
```javascript
var annotated =
[
[ "arm_nn_double", "structarm__nn__double.html", "structarm__nn__double" ],
[ "arm_nn_long_long", "unionarm__nn__long__long.html", "unionarm__nn__long__long" ],
[ "arm_nnword", "unionarm__nnword.html", "unionarm__nnword" ],
[ "cmsis_nn_activation", "structcmsis__nn__activ... | /content/code_sandbox/CMSIS/DoxyGen/NN/html/annotated.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 497 |
```javascript
function toggleVisibility(linkObj)
{
var base = $(linkObj).attr('id');
var summary = $('#'+base+'-summary');
var content = $('#'+base+'-content');
var trigger = $('#'+base+'-trigger');
var src=$(trigger).attr('src');
if (content.is(':visible')===true) {
content.hide();
summary.show();
$(lin... | /content/code_sandbox/CMSIS/DoxyGen/NN/html/dynsections.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 850 |
```javascript
var cookie_namespace = 'doxygen';
var sidenav,navtree,content,header;
function readCookie(cookie)
{
var myCookie = cookie_namespace+"_"+cookie+"=";
if (document.cookie)
{
var index = document.cookie.indexOf(myCookie);
if (index != -1)
{
var valStart = index + myCookie.length;
... | /content/code_sandbox/CMSIS/DoxyGen/NN/html/resize.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 718 |
```javascript
var structcmsis__nn__per__channel__quant__params =
[
[ "multiplier", "structcmsis__nn__per__channel__quant__params.html#a33b4a56acc8ffaa077f7db31b001e5bd", null ],
[ "shift", "structcmsis__nn__per__channel__quant__params.html#a281dfde55f7a87b39a4a2c2c0362c813", null ]
];
``` | /content/code_sandbox/CMSIS/DoxyGen/NN/html/structcmsis__nn__per__channel__quant__params.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 107 |
```css
#nav-tree .children_ul {
margin:0;
padding:4px;
}
#nav-tree ul {
list-style:none outside none;
margin:0px;
padding:0px;
}
#nav-tree li {
white-space:nowrap;
margin:0px;
padding:0px;
}
#nav-tree .plus {
margin:0px;
}
#nav-tree .selected {
background-image: url('tab_a.png');
background-re... | /content/code_sandbox/CMSIS/DoxyGen/NN/html/navtree.css | css | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 680 |
```javascript
var structcmsis__nn__conv__params =
[
[ "activation", "structcmsis__nn__conv__params.html#a37811f827c8b46689a0627b54043650c", null ],
[ "dilation", "structcmsis__nn__conv__params.html#a2b324f59f5ac0ec98f885a1a28514e75", null ],
[ "input_offset", "structcmsis__nn__conv__params.html#ac284274c0aa... | /content/code_sandbox/CMSIS/DoxyGen/NN/html/structcmsis__nn__conv__params.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 242 |
```javascript
var structcmsis__nn__context =
[
[ "buf", "structcmsis__nn__context.html#a3e613ad30f12df59853a1b3565212702", null ],
[ "size", "structcmsis__nn__context.html#a7ad7f9757c6f2623e65306924367e82a", null ]
];
``` | /content/code_sandbox/CMSIS/DoxyGen/NN/html/structcmsis__nn__context.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 84 |
```html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "path_to_url">
<html xmlns="path_to_url">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>CMSIS NN Software Library</title>
<title>CMSIS-NN: CMSIS NN Software Lib... | /content/code_sandbox/CMSIS/DoxyGen/NN/html/index.html | html | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 942 |
```html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "path_to_url">
<html xmlns="path_to_url">
<head>
<title>Redirect to the corresponding Open-CMSIS-Pack page after 0 seconds</title>
<meta http-equiv="refresh" content="0; URL=path_to_url">
<meta name="keywords" content="automatic redirection">
</head... | /content/code_sandbox/CMSIS/DoxyGen/Pack/html/cp_ZIPTool.html | html | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 134 |
```javascript
var NAVTREE =
[
[ "CMSIS-Pack", "index.html"]
];
var NAVTREEINDEX =
[
"index.html"
];
var SYNCONMSG = 'click to disable panel synchronisation';
var SYNCOFFMSG = 'click to enable panel synchronisation';
var SYNCONMSG = 'click to disable panel synchronisation';
var SYNCOFFMSG = 'click to enable panel s... | /content/code_sandbox/CMSIS/DoxyGen/Pack/html/navtree.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 3,872 |
```javascript
var NAVTREEINDEX0 =
{
};
``` | /content/code_sandbox/CMSIS/DoxyGen/Pack/html/navtreeindex0.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 9 |
```javascript
function writeFooter() {
document.write('Generated on Wed Apr 13 2022 14:13:49 for CMSIS-Pack Version 1.7.2 by Arm Ltd. All rights reserved.');
};
``` | /content/code_sandbox/CMSIS/DoxyGen/Pack/html/cmsis_footer.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 46 |
```html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "path_to_url">
<html xmlns="path_to_url">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>Main Page</title>
<title>CMSIS-Pack: Main Page</title>
<link href="tabs.... | /content/code_sandbox/CMSIS/DoxyGen/Pack/html/index.html | html | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 1,287 |
```javascript
// Search script generated by doxygen
// The code in this file is loosly based on main.js, part of Natural Docs,
// Natural Docs is licensed under the GPL.
var indexSectionsWithContent =
{
0: "abcdfioprsuxz",
1: "abcdfioprsuxz"
};
var indexSectionNames =
{
0: "all",
1: "pages"
};
function conv... | /content/code_sandbox/CMSIS/DoxyGen/Pack/html/search/search.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 5,142 |
```html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "path_to_url">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="... | /content/code_sandbox/CMSIS/DoxyGen/Pack/html/search/nomatches.html | html | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 117 |
```c
/**
\defgroup eth_phy_interface_gr Ethernet PHY Interface
\ingroup eth_interface_gr
\brief Driver API for Ethernet PHY Peripheral (%Driver_ETH_PHY.h)
\details The following section describes the Ethernet PHY Interface as defined in the %Driver_ETH_PHY.h header file.
The %Driver_ETH_PHY.h contains two \#defines th... | /content/code_sandbox/CMSIS/DoxyGen/Driver/src/Driver_ETH_PHY.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 2,732 |
```c
/* your_sha256_hash-------------
*
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from
* the use of this software. Permission is granted to anyone to use this
* software for any purpose, including commercial a... | /content/code_sandbox/CMSIS/DoxyGen/Driver/src/Driver_SAI.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 10,358 |
```c
/**
\defgroup usbd_interface_gr USB Device Interface
\ingroup usb_interface_gr
\brief Driver API for USB Device Peripheral (%Driver_USBD.h)
@{
*/
/**
\struct ARM_DRIVER_USBD
\details
The functions of the USB Device driver are accessed by function pointers. Refer to \ref DriverFunctions for
overvie... | /content/code_sandbox/CMSIS/DoxyGen/Driver/src/Driver_USBD.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 3,614 |
```c
#include "Driver_USART.h"
#include "cmsis_os.h" /* ARM::CMSIS:RTOS:Keil RTX */
#include <stdio.h>
#include <string.h>
void myUART_Thread(void const *argument);
osThreadId tid_myUART_Thread;
/* USART Driver */
extern ARM_DRIVER_USART Driver_USART3;
void myUSART_callback(uint32_t event)
{
... | /content/code_sandbox/CMSIS/DoxyGen/Driver/src/USART_Demo.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 630 |
```c
/**
\defgroup i2c_interface_gr I2C Interface
\brief Driver API for I2C Bus Peripheral (%Driver_I2C.h)
\details
I<sup>2</sup>C (Inter-Integrated Circuit, referred to as I-squared-C, I-two-C, or IIC) is a multi-master serial single-ended bus and is mostly used
on single boards, but can also connect to component... | /content/code_sandbox/CMSIS/DoxyGen/Driver/src/Driver_I2C.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 6,429 |
```c
/**
\defgroup can_interface_gr CAN Interface
\brief Driver API for CAN Bus Peripheral (%Driver_CAN.h)
\details
The <b>Controller Area Network</b> Interface Bus (CAN) implements a multi-master serial bus for connecting
microcontrollers and devices, also known as nodes, to communicate with each other in application... | /content/code_sandbox/CMSIS/DoxyGen/Driver/src/Driver_CAN.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 12,087 |
```c
/**
\defgroup spi_interface_gr SPI Interface
\brief Driver API for SPI Bus Peripheral (%Driver_SPI.h)
\details
The <b>Serial Peripheral Interface Bus</b> (SPI) implements a synchronous serial bus for data exchange. In microcontroller (MCU) applications,
the interface is often used to connect peripheral components... | /content/code_sandbox/CMSIS/DoxyGen/Driver/src/Driver_SPI.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 7,370 |
```c
/**
\defgroup wifi_interface_gr WiFi Interface
\brief Driver API for WiFi (%Driver_WiFi.h)
\details
Wi-Fi is technology for radio wireless local area networking of devices. Wi-Fi compatible devices typically
connect to the Internet via a WLAN and a wireless access point (AP) also called hotspot.
Wikipedia offer... | /content/code_sandbox/CMSIS/DoxyGen/Driver/src/Driver_WiFi.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 15,233 |
```c
#include "Driver_SPI.h"
#include "cmsis_os.h" // ARM::CMSIS:RTOS:Keil RTX
void mySPI_Thread(void const *argument);
osThreadId tid_mySPI_Thread;
/* SPI Driver */
extern ARM_DRIVER_SPI Driver_SPI0;
void mySPI_callback(uint32_t event)
{
switch (event)
{
case ARM_SPI_EVENT_TRA... | /content/code_sandbox/CMSIS/DoxyGen/Driver/src/SPI_Demo.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 825 |
```c
#include "Driver_I2C.h"
#define EEPROM_I2C_ADDR 0x51 /* EEPROM I2C address */
/* I2C driver instance */
extern ARM_DRIVER_I2C Driver_I2C0;
static ARM_DRIVER_I2C *I2Cdrv = &Driver_I2C0;
static volatile uint32_t I2C_Event;
/* I2C Signal Event function callback */
void I2C_SignalEvent (u... | /content/code_sandbox/CMSIS/DoxyGen/Driver/src/I2C_Demo.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 1,107 |
```c
/**
\defgroup usbh_interface_gr USB Host Interface
\ingroup usb_interface_gr
\brief Driver API for USB Host Peripheral (%Driver_USBH.h)
*/
/**
\defgroup usbh_host_gr USB Host
\ingroup usbh_interface_gr
\brief Driver API for USB Host
@{
*/
/**
\struct ARM_DRIVER_USBH
\details
The functions of the USB Host dr... | /content/code_sandbox/CMSIS/DoxyGen/Driver/src/Driver_USBH.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 6,225 |
```c
/**
\defgroup nand_interface_gr NAND Interface
\brief Driver API for NAND Flash Device Interface (%Driver_NAND.h).
\details
<b>NAND</b> devices are a type of non-volatile storage and do not require power to hold data.
Wikipedia offers more information about
the <a href="path_to_url#ARM_NAND_memories" target=... | /content/code_sandbox/CMSIS/DoxyGen/Driver/src/Driver_NAND.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 10,523 |
```c
/**
\defgroup storage_interface_gr Storage Interface
\brief Driver API for Storage Device Interface (%Driver_Storage.h)
\details
This is an abstraction for a storage controller. It offers an interface to
access an address space of storage locations, comprising APIs for
initialization, erase, access, program, an... | /content/code_sandbox/CMSIS/DoxyGen/Driver/src/Driver_Storage.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 6,585 |
```c
#include "Driver_NAND.h"
/* ONFI commands */
#define ONFI_CMD_READ_1ST 0x00 ///< Read 1st Cycle
#define ONFI_CMD_PROGRAM_2ND 0x10 ///< Page Program 2nd Cycle
#define ONFI_CMD_READ_2ND 0x30 ///< Read 2nd Cycle
#define ONFI_CMD_PROGRAM_1ST 0x80 ///< Page Pr... | /content/code_sandbox/CMSIS/DoxyGen/Driver/src/NAND_Demo.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 1,499 |
```c
/**
\defgroup common_drv_gr Common Driver Definitions
\brief Definitions common in all driver interfaces (%Driver_Common.h)
\details
The following definitions are common in all CMSIS-Driver interfaces. Refer to \ref DriverFunctions
for a general overview.
@{
*/
/**
\enum ARM_POWER_STATE
\details
The access stru... | /content/code_sandbox/CMSIS/DoxyGen/Driver/src/Driver_Common.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 563 |
```c
#include "Driver_I2C.h"
/* I2C driver instance */
extern ARM_DRIVER_I2C Driver_I2C0;
static ARM_DRIVER_I2C *I2Cdrv = &Driver_I2C0;
static volatile uint32_t I2C_Event;
/* I2C Signal Event function callback */
static void I2C_SignalEvent (uint32_t event) {
I2C_Event |= event;
}
int main (void) ... | /content/code_sandbox/CMSIS/DoxyGen/Driver/src/I2C_SlaveDemo.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 331 |
```c
/**
\defgroup flash_interface_gr Flash Interface
\brief Driver API for Flash Device Interface (%Driver_Flash.h)
\details
<a href="path_to_url" target="_blank">Flash devices</a> based on NOR memory cells are the
preferred technology for embedded applications requiring a discrete non-volatile memory device. The l... | /content/code_sandbox/CMSIS/DoxyGen/Driver/src/Driver_Flash.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 3,564 |
```c
/**
\defgroup eth_interface_gr Ethernet Interface
\brief Ethernet common definitions (%Driver_ETH.h)
\details
<b>Ethernet</b> is a networking technology for exchanging data packages between computer systems. Several microcontrollers integrate
an Ethernet MAC (Media Access Control) data-link layer that interfa... | /content/code_sandbox/CMSIS/DoxyGen/Driver/src/Driver_ETH.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 1,470 |
```c
/**
\defgroup usart_interface_gr USART Interface
\brief Driver API for Universal Synchronous Asynchronous Receiver/Transmitter (%Driver_USART.h)
\details
The <b>Universal Synchronous Asynchronous Receiver/Transmitter</b> (USART) implements a synchronous and asynchronous serial bus for exchanging data.
When onl... | /content/code_sandbox/CMSIS/DoxyGen/Driver/src/Driver_USART.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 8,926 |
```c
#include "Driver_Flash.h"
#include "cmsis_os2.h" // ARM::CMSIS:RTOS2:Keil RTX5
/* Flash driver instance */
extern ARM_DRIVER_FLASH Driver_Flash0;
static ARM_DRIVER_FLASH * flashDev = &Driver_Flash0;
/* CMSIS-RTOS2 Thread Id */
osThreadId_t Flash_Thread_Id;
/* Flash signal event */
void Fla... | /content/code_sandbox/CMSIS/DoxyGen/Driver/src/Flash_Demo.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 391 |
```c
/**
\defgroup usb_interface_gr USB Interface
\brief USB common definitions (%Driver_USB.h)
\details
The <b>Universal Serial Bus</b> (USB) implements a serial bus for data exchange. It is a host controlled, plug-and-play interface
between a USB host and USB devices using a tiered star topology.
In microcontrolle... | /content/code_sandbox/CMSIS/DoxyGen/Driver/src/Driver_USB.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 1,504 |
```c
#include "Driver_MCI.h"
/* Usage example: ARM_MCI_Initialize ----------------------------------------*/
// ARM_MCI_SignalEvent callback function prototype
void MCI_SignalEvent_Callback (uint32_t event);
void init_driver (ARM_DRIVER_MCI *drv) {
int32_t status;
status = drv->Initialize (&MCI_SignalEvent_... | /content/code_sandbox/CMSIS/DoxyGen/Driver/src/MCI_Demo.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 1,709 |
```c
/**
\defgroup eth_mac_interface_gr Ethernet MAC Interface
\ingroup eth_interface_gr
\brief Driver API for Ethernet MAC Peripheral (%Driver_ETH_MAC.h)
\details
The following section describes the Ethernet MAC Interface as defined in the %Driver_ETH_MAC.h header file.
@{
*/
/**
\struct ARM_ETH_MAC_CA... | /content/code_sandbox/CMSIS/DoxyGen/Driver/src/Driver_ETH_MAC.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 6,588 |
```c
/**
\defgroup mci_interface_gr MCI Interface
\brief Driver API for Memory Card Interface using SD/MMC interface (%Driver_MCI.h)
\details
The <b>Memory Card Interface</b> (MCI) implements the hardware abstraction layer for Secure Digital (SD) and Multi Media Card (MMC)
memory that is typically used as file stor... | /content/code_sandbox/CMSIS/DoxyGen/Driver/src/Driver_MCI.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 8,576 |
```html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "path_to_url">
<html xmlns="path_to_url">
<head>
<title>Redirect to the corresponding CMSIS-DSP page after 0 seconds</title>
<meta http-equiv="refresh" content="0; URL=path_to_url">
<meta name="keywords" content="automatic redirection">
</head>
<bo... | /content/code_sandbox/CMSIS/DoxyGen/DSP/html/group__cmplx__dot__prod.html | html | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 132 |
```javascript
var NAVTREE =
[
[ "CMSIS-DSP", "index.html"]
];
var NAVTREEINDEX =
[
"index.html"
];
var SYNCONMSG = 'click to disable panel synchronisation';
var SYNCOFFMSG = 'click to enable panel synchronisation';
var SYNCONMSG = 'click to disable panel synchronisation';
var SYNCOFFMSG = 'click to enable panel sy... | /content/code_sandbox/CMSIS/DoxyGen/DSP/html/navtree.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 3,873 |
```html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "path_to_url">
<html xmlns="path_to_url">
<head>
<title>Redirect to the corresponding Open-CMSIS-Pack page after 0 seconds</title>
<meta http-equiv="refresh" content="0; URL=path_to_url">
<meta name="keywords" content="automatic redirection">
</head... | /content/code_sandbox/CMSIS/DoxyGen/DSP/html/pages.html | html | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 133 |
```javascript
function writeHeader() {
document.write('Version 1.10.1');
};
function writeFooter() {
};
``` | /content/code_sandbox/CMSIS/DoxyGen/DSP/html/footer.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 26 |
```html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "path_to_url">
<html xmlns="path_to_url">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>CMSIS DSP Software Library</title>
<title>CMSIS-DSP: CMSIS DSP Software ... | /content/code_sandbox/CMSIS/DoxyGen/DSP/html/index.html | html | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 1,301 |
```html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "path_to_url">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.6">
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript"... | /content/code_sandbox/CMSIS/DoxyGen/DSP/html/search/defines_a.html | html | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 244 |
```javascript
var searchData=
[
['f32x2_5ft',['f32x2_t',['../arm__math__types_8h.html#a5a2e6d25ddb5523307305c42189bf05d',1,'arm_math_types.h']]],
['f32x2x2_5ft',['f32x2x2_t',['../arm__math__types_8h.html#a4e8ac500763bf83f06aeb0113ad297e6',1,'arm_math_types.h']]],
['f32x2x3_5ft',['f32x2x3_t',['../arm__math__types_... | /content/code_sandbox/CMSIS/DoxyGen/DSP/html/search/typedefs_0.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 545 |
```javascript
var searchData=
[
['elem',['ELEM',['../matrix__utils_8h.html#ad57c3933860c3112ab5099050d93d53a',1,'matrix_utils.h']]]
];
``` | /content/code_sandbox/CMSIS/DoxyGen/DSP/html/search/defines_5.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 45 |
```html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "path_to_url">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.6">
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript"... | /content/code_sandbox/CMSIS/DoxyGen/DSP/html/search/pages_2.html | html | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 245 |
```javascript
var searchData=
[
['graphic_20audio_20equalizer_20example',['Graphic Audio Equalizer Example',['../group__GEQ5Band.html',1,'']]]
];
``` | /content/code_sandbox/CMSIS/DoxyGen/DSP/html/search/groups_6.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 37 |
```html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "path_to_url">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.6">
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript"... | /content/code_sandbox/CMSIS/DoxyGen/DSP/html/search/files_9.html | html | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 245 |
```javascript
var searchData=
[
['interpolation_20functions',['Interpolation Functions',['../group__groupInterpolation.html',1,'']]],
['i',['i',['../unionany32x4__t.html#a6e232dfcd7a652e04fb1bc6aceac95b2',1,'any32x4_t::i()'],['../unionany32x2__t.html#a8ee30a051b7359703a20fa9d1c25b504',1,'any32x2_t::i()']]],
['if'... | /content/code_sandbox/CMSIS/DoxyGen/DSP/html/search/all_9.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 1,560 |
```html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "path_to_url">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.6">
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript"... | /content/code_sandbox/CMSIS/DoxyGen/DSP/html/search/functions_4.html | html | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 245 |
```html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "path_to_url">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.6">
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript"... | /content/code_sandbox/CMSIS/DoxyGen/DSP/html/search/defines_0.html | html | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 245 |
```javascript
var searchData=
[
['deprecated_20list',['Deprecated List',['../deprecated.html',1,'']]]
];
``` | /content/code_sandbox/CMSIS/DoxyGen/DSP/html/search/pages_1.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 22 |
```javascript
var searchData=
[
['revision_20history',['Revision History',['../ChangeLog_pg.html',1,'']]]
];
``` | /content/code_sandbox/CMSIS/DoxyGen/DSP/html/search/pages_2.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 24 |
```javascript
var searchData=
[
['cmakelists_2etxt',['CMakeLists.txt',['../Examples_2ARM_2CMakeLists_8txt.html',1,'']]]
];
``` | /content/code_sandbox/CMSIS/DoxyGen/DSP/html/search/files_4.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 38 |
```html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "path_to_url">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.6">
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript"... | /content/code_sandbox/CMSIS/DoxyGen/DSP/html/search/groups_8.html | html | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 245 |
```javascript
var searchData=
[
['fixed_20point_20division',['Fixed point division',['../group__divide.html',1,'']]],
['finite_20impulse_20response_20_28fir_29_20filters',['Finite Impulse Response (FIR) Filters',['../group__FIR.html',1,'']]],
['finite_20impulse_20response_20_28fir_29_20decimator',['Finite Impulse... | /content/code_sandbox/CMSIS/DoxyGen/DSP/html/search/groups_5.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 364 |
```html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "path_to_url">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.6">
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript"... | /content/code_sandbox/CMSIS/DoxyGen/DSP/html/search/defines_6.html | html | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 245 |
```html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "path_to_url">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.6">
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript"... | /content/code_sandbox/CMSIS/DoxyGen/DSP/html/search/namespaces_0.html | html | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 246 |
```html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "path_to_url">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.6">
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript"... | /content/code_sandbox/CMSIS/DoxyGen/DSP/html/search/variables_9.html | html | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 245 |
```html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "path_to_url">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.6">
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript"... | /content/code_sandbox/CMSIS/DoxyGen/DSP/html/search/defines_e.html | html | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 244 |
```html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "path_to_url">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.6">
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript"... | /content/code_sandbox/CMSIS/DoxyGen/DSP/html/search/typedefs_2.html | html | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 246 |
```javascript
var searchData=
[
['x',['x',['../structarm__spline__instance__f32.html#ad15db0a88cd7095cda0e9b32efbbc772',1,'arm_spline_instance_f32::x()'],['../namespacetrain.html#a7a74e6f2f6355f34b63513f77c839a9e',1,'train.x()']]],
['x0',['x0',['../structarm__lms__norm__instance__f32.html#ab56b6f83c5b324c3ef620474b... | /content/code_sandbox/CMSIS/DoxyGen/DSP/html/search/variables_13.js | javascript | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 811 |
```html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "path_to_url">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.6">
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript"... | /content/code_sandbox/CMSIS/DoxyGen/DSP/html/search/defines_f.html | html | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 244 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.