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/group__FIR.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/DSP/html/group__FIR.js (limited to 'docs/DSP/html/group__FIR.js') diff --git a/docs/DSP/html/group__FIR.js b/docs/DSP/html/group__FIR.js new file mode 100644 index 0000000..52ad9c4 --- /dev/null +++ b/docs/DSP/html/group__FIR.js @@ -0,0 +1,13 @@ +var group__FIR = +[ + [ "arm_fir_f32", "group__FIR.html#gae8fb334ea67eb6ecbd31824ddc14cd6a", null ], + [ "arm_fir_fast_q15", "group__FIR.html#gac7d35e9472e49ccd88800f37f3476bd3", null ], + [ "arm_fir_fast_q31", "group__FIR.html#ga70d11af009dcd25594c58c75cdb5d6e3", null ], + [ "arm_fir_init_f32", "group__FIR.html#ga98d13def6427e29522829f945d0967db", null ], + [ "arm_fir_init_q15", "group__FIR.html#gae2a50f692f41ba57e44ed0719b1368bd", null ], + [ "arm_fir_init_q31", "group__FIR.html#gac00d53af87684cbbe135767b55e748a5", null ], + [ "arm_fir_init_q7", "group__FIR.html#ga88e48688224d42dc173dbcec702f0c1d", null ], + [ "arm_fir_q15", "group__FIR.html#ga262d173058d6f80fdf60404ba262a8f5", null ], + [ "arm_fir_q31", "group__FIR.html#gaadd938c68ab08967cbb5fc696f384bb5", null ], + [ "arm_fir_q7", "group__FIR.html#ga31c91a0bf0962327ef8f626fae68ea32", null ] +]; \ No newline at end of file -- cgit