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/Core_A/html/structTimer__Type.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/Core_A/html/structTimer__Type.js (limited to 'docs/Core_A/html/structTimer__Type.js') diff --git a/docs/Core_A/html/structTimer__Type.js b/docs/Core_A/html/structTimer__Type.js new file mode 100644 index 0000000..e694909 --- /dev/null +++ b/docs/Core_A/html/structTimer__Type.js @@ -0,0 +1,13 @@ +var structTimer__Type = +[ + [ "CONTROL", "structTimer__Type.html#a91845c88231f4f337be2810d73bc79e4", null ], + [ "COUNTER", "structTimer__Type.html#ac933977724591e6ca87d91848fc7a6b6", null ], + [ "ISR", "structTimer__Type.html#ace17db6ca92940b030ad2ccbc674877e", null ], + [ "LOAD", "structTimer__Type.html#a073457d2d18c2eff93fd12aec81ef20b", null ], + [ "WCONTROL", "structTimer__Type.html#ac04581b452702517bfbfa61f9af4c6dd", null ], + [ "WCOUNTER", "structTimer__Type.html#a7a763d92fbcb506a28a22de548934abc", null ], + [ "WDISABLE", "structTimer__Type.html#a9d577164e0a55ecd6c630a9720f153c3", null ], + [ "WISR", "structTimer__Type.html#a6239a36319b919b809e00dd26db105fc", null ], + [ "WLOAD", "structTimer__Type.html#a6855bbb5d49f336c9f995dcce492455a", null ], + [ "WRESET", "structTimer__Type.html#a775e70c9dbf2b562f9884a9e0dded741", null ] +]; \ No newline at end of file -- cgit