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/RTOS/html/group__CMSIS__RTOS__Definitions.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/RTOS/html/group__CMSIS__RTOS__Definitions.js (limited to 'docs/RTOS/html/group__CMSIS__RTOS__Definitions.js') diff --git a/docs/RTOS/html/group__CMSIS__RTOS__Definitions.js b/docs/RTOS/html/group__CMSIS__RTOS__Definitions.js new file mode 100644 index 0000000..6054858 --- /dev/null +++ b/docs/RTOS/html/group__CMSIS__RTOS__Definitions.js @@ -0,0 +1,18 @@ +var group__CMSIS__RTOS__Definitions = +[ + [ "osEvent", "group__CMSIS__RTOS__Definitions.html#structosEvent", [ + [ "def", "group__CMSIS__RTOS__Definitions.html#a596b6d55c3321db19239256bbe403df6", null ], + [ "status", "group__CMSIS__RTOS__Definitions.html#ad477a289f1f03ac45407b64268d707d3", null ], + [ "value", "group__CMSIS__RTOS__Definitions.html#a0b9f8fd3645f01d8cb09cae82add2d7f", null ] + ] ], + [ "osEvent.value", "group__CMSIS__RTOS__Definitions.html#unionosEvent_8value", [ + [ "p", "group__CMSIS__RTOS__Definitions.html#a83878c91171338902e0fe0fb97a8c47a", null ], + [ "signals", "group__CMSIS__RTOS__Definitions.html#aa8420f8bebd6d9578b405b6bbaa813d9", null ], + [ "v", "group__CMSIS__RTOS__Definitions.html#a9e3669d19b675bd57058fd4664205d2a", null ] + ] ], + [ "osEvent.def", "group__CMSIS__RTOS__Definitions.html#unionosEvent_8def", [ + [ "mail_id", "group__CMSIS__RTOS__Definitions.html#a57aa2b69577037fb2428bc48a9fb1038", null ], + [ "message_id", "group__CMSIS__RTOS__Definitions.html#a4ccaa172acbdcbf38fa0ea0ef0229c49", null ] + ] ], + [ "os_mailQ", "group__CMSIS__RTOS__Definitions.html#structos__mailQ", null ] +]; \ No newline at end of file -- cgit