From 9f95ff5b6ba01db09552b84a0ab79607060a2666 Mon Sep 17 00:00:00 2001 From: Ali Labbene Date: Wed, 11 Dec 2019 08:59:21 +0100 Subject: Official ARM version: v5.4.0 Add CMSIS V5.4.0, please refer to index.html available under \docs folder. Note: content of \CMSIS\Core\Include has been copied under \Include to keep the same structure used in existing projects, and thus avoid projects mass update Note: the following components have been removed from ARM original delivery (as not used in ST packages) - CMSIS_EW2018.pdf - .gitattributes - .gitignore - \Device - \CMSIS - \CoreValidation - \DAP - \Documentation - \DoxyGen - \Driver - \Pack - \RTOS\CMSIS_RTOS_Tutorial.pdf - \RTOS\RTX - \RTOS\Template - \RTOS2\RTX - \Utilities - All ARM/GCC projects files are deleted from \DSP, \RTOS and \RTOS2 Change-Id: Ia026c3f0f0d016627a4fb5a9032852c33d24b4d3 --- docs/DSP/html/search/groups_1.js | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/DSP/html/search/groups_1.js (limited to 'docs/DSP/html/search/groups_1.js') diff --git a/docs/DSP/html/search/groups_1.js b/docs/DSP/html/search/groups_1.js new file mode 100644 index 0000000..9ab41f8 --- /dev/null +++ b/docs/DSP/html/search/groups_1.js @@ -0,0 +1,23 @@ +var searchData= +[ + ['complex_20fft_20tables',['Complex FFT Tables',['../group__CFFT__CIFFT.html',1,'']]], + ['class_20marks_20example',['Class Marks Example',['../group__ClassMarks.html',1,'']]], + ['complex_20conjugate',['Complex Conjugate',['../group__cmplx__conj.html',1,'']]], + ['complex_20dot_20product',['Complex Dot Product',['../group__cmplx__dot__prod.html',1,'']]], + ['complex_20magnitude',['Complex Magnitude',['../group__cmplx__mag.html',1,'']]], + ['complex_20magnitude_20squared',['Complex Magnitude Squared',['../group__cmplx__mag__squared.html',1,'']]], + ['complex_2dby_2dcomplex_20multiplication',['Complex-by-Complex Multiplication',['../group__CmplxByCmplxMult.html',1,'']]], + ['complex_2dby_2dreal_20multiplication',['Complex-by-Real Multiplication',['../group__CmplxByRealMult.html',1,'']]], + ['complex_20matrix_20multiplication',['Complex Matrix Multiplication',['../group__CmplxMatrixMult.html',1,'']]], + ['complex_20fft_20functions',['Complex FFT Functions',['../group__ComplexFFT.html',1,'']]], + ['convolution',['Convolution',['../group__Conv.html',1,'']]], + ['convolution_20example',['Convolution Example',['../group__ConvolutionExample.html',1,'']]], + ['correlation',['Correlation',['../group__Corr.html',1,'']]], + ['cosine',['Cosine',['../group__cos.html',1,'']]], + ['convert_2032_2dbit_20floating_20point_20value',['Convert 32-bit floating point value',['../group__float__to__x.html',1,'']]], + ['complex_20math_20functions',['Complex Math Functions',['../group__groupCmplxMath.html',1,'']]], + ['controller_20functions',['Controller Functions',['../group__groupController.html',1,'']]], + ['convert_2016_2dbit_20integer_20value',['Convert 16-bit Integer value',['../group__q15__to__x.html',1,'']]], + ['convert_2032_2dbit_20integer_20value',['Convert 32-bit Integer value',['../group__q31__to__x.html',1,'']]], + ['convert_208_2dbit_20integer_20value',['Convert 8-bit Integer value',['../group__q7__to__x.html',1,'']]] +]; -- cgit