Home
last modified time | relevance | path

Searched refs:code (Results 1 – 8 of 8) sorted by relevance

/cmsis-nn-latest/Tests/UnitTest/Corstone-300/
Dretarget.c38 __attribute__((noreturn)) void UartEndSimulation(int code) in UartEndSimulation() argument
41 UartPutc((char)code); // Exit code in UartEndSimulation()
47 void exit(int code) in exit() argument
49 UartEndSimulation(code); in exit()
Dlinker.ld82 * It references following symbols, which must be defined in code:
85 * It defines following symbols, which code can use without definition:
187 * Location counter can end up 2byte aligned with narrow Thumb code but
188 * __etext is assumed by startup code to be the LMA of a section in DTCM
/cmsis-nn-latest/Examples/
DREADME.md9 …/tflm-cmsisnn-mbed-image-recognition) for more information and the source code. There is also a [b…
/cmsis-nn-latest/Documentation/Doxygen/style_template/
Dextra_stylesheet.css163 /** code fragments */
164 --code-keyword-color: #008000;
165 --code-type-keyword-color: #604020;
166 --code-flow-keyword-color: #E08000;
167 --code-comment-color: #800000;
168 --code-preprocessor-color: #806020;
169 --code-string-literal-color: #002080;
170 --code-char-literal-color: #008080;
171 --code-vhdl-digit-color: #FF00FF;
172 --code-vhdl-char-color: #000000;
[all …]
/cmsis-nn-latest/Documentation/Doxygen/src/
Dmainpage.md57 - Selects code for processors with DSP extension.
60 - Selects code for processors which supports MVE instructions.
/cmsis-nn-latest/Tests/UnitTest/
Dunittest_targets.py67 def error_handler(code, text=None): argument
69 sys.exit(code)
/cmsis-nn-latest/
DLICENSE27 including but not limited to software source code, documentation
32 not limited to compiled object code, generated documentation,
56 communication on electronic mailing lists, source code control systems,
/cmsis-nn-latest/Documentation/Doxygen/
Dnn.dxy.in281 # uses this value to replace tabs by spaces in code fragments.
349 # tries to guess whether the code is fixed or free formatted code, this is the
475 # useful for C code in case the coding convention dictates that all compound
484 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
553 # This flag is only useful for Objective-C code. If set to YES, local methods,
1082 # that contain example code fragments that are included (see the \include
1119 # code is scanned, but not when the output code is generated. If lines are added
1168 # The Fortran standard specifies that for fixed formatted Fortran code all
1184 # Note: To get rid of all source code in the generated output, make sure that
1197 # special comment blocks from generated source code fragments. Normal C, C++ and
[all …]