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/RTOS2/html/group__rtx__evr__mutex.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/RTOS2/html/group__rtx__evr__mutex.js (limited to 'docs/RTOS2/html/group__rtx__evr__mutex.js') diff --git a/docs/RTOS2/html/group__rtx__evr__mutex.js b/docs/RTOS2/html/group__rtx__evr__mutex.js new file mode 100644 index 0000000..42c5c4b --- /dev/null +++ b/docs/RTOS2/html/group__rtx__evr__mutex.js @@ -0,0 +1,17 @@ +var group__rtx__evr__mutex = +[ + [ "EvrRtxMutexError", "group__rtx__evr__mutex.html#ga47388f06c025938facfddd95851d666f", null ], + [ "EvrRtxMutexNew", "group__rtx__evr__mutex.html#ga51f59bf99b315f016ca752eddd1911d5", null ], + [ "EvrRtxMutexCreated", "group__rtx__evr__mutex.html#ga712b32609cfb3ceded746ee6a86d2442", null ], + [ "EvrRtxMutexGetName", "group__rtx__evr__mutex.html#ga457302507cedf0ea969cbb110af606b8", null ], + [ "EvrRtxMutexAcquire", "group__rtx__evr__mutex.html#ga913c46223d91000fedab624d0f4e53f8", null ], + [ "EvrRtxMutexAcquirePending", "group__rtx__evr__mutex.html#gaddc9bb3c619b92a786ee5255ec65eaca", null ], + [ "EvrRtxMutexAcquireTimeout", "group__rtx__evr__mutex.html#ga4c4780cf766e9d2c6e8c26f206fba607", null ], + [ "EvrRtxMutexAcquired", "group__rtx__evr__mutex.html#ga697ec95e014a30a3676690a8d217f546", null ], + [ "EvrRtxMutexNotAcquired", "group__rtx__evr__mutex.html#ga5d2b957c02fcdcc0617479b93a56f6af", null ], + [ "EvrRtxMutexRelease", "group__rtx__evr__mutex.html#ga3fe98bfc9cbea52f578aa5a202305442", null ], + [ "EvrRtxMutexReleased", "group__rtx__evr__mutex.html#ga561c8898b912ea8eace4e6ba606210e5", null ], + [ "EvrRtxMutexGetOwner", "group__rtx__evr__mutex.html#ga89284c1927aa646535ff804f1aeda720", null ], + [ "EvrRtxMutexDelete", "group__rtx__evr__mutex.html#gaaadf1b9cf9a62f4e61742069b95daf68", null ], + [ "EvrRtxMutexDestroyed", "group__rtx__evr__mutex.html#gaa3feba455090d50295cbf4b1447f3f87", null ] +]; \ No newline at end of file -- cgit