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__CMSIS__RTOS__SemaphoreMgmt.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/RTOS2/html/group__CMSIS__RTOS__SemaphoreMgmt.js (limited to 'docs/RTOS2/html/group__CMSIS__RTOS__SemaphoreMgmt.js') diff --git a/docs/RTOS2/html/group__CMSIS__RTOS__SemaphoreMgmt.js b/docs/RTOS2/html/group__CMSIS__RTOS__SemaphoreMgmt.js new file mode 100644 index 0000000..cf5b4b6 --- /dev/null +++ b/docs/RTOS2/html/group__CMSIS__RTOS__SemaphoreMgmt.js @@ -0,0 +1,16 @@ +var group__CMSIS__RTOS__SemaphoreMgmt = +[ + [ "osSemaphoreAttr_t", "group__CMSIS__RTOS__SemaphoreMgmt.html#structosSemaphoreAttr__t", [ + [ "name", "group__CMSIS__RTOS__SemaphoreMgmt.html#ab74e6bf80237ddc4109968cedc58c151", null ], + [ "attr_bits", "group__CMSIS__RTOS__SemaphoreMgmt.html#a6e93b49cb79c12f768d72580c7731f30", null ], + [ "cb_mem", "group__CMSIS__RTOS__SemaphoreMgmt.html#a1e100dc33d403841ed3c344e3397868e", null ], + [ "cb_size", "group__CMSIS__RTOS__SemaphoreMgmt.html#aa55a4335d12dc2785dc00fdc292d1159", null ] + ] ], + [ "osSemaphoreId_t", "group__CMSIS__RTOS__SemaphoreMgmt.html#ga6e1c1c4b04175bb92b013c8f37249f40", null ], + [ "osSemaphoreNew", "group__CMSIS__RTOS__SemaphoreMgmt.html#ga2a39806ace781a0008a4374ca701b14a", null ], + [ "osSemaphoreGetName", "group__CMSIS__RTOS__SemaphoreMgmt.html#ga9586952051f00285f1482dbe6695bbc4", null ], + [ "osSemaphoreAcquire", "group__CMSIS__RTOS__SemaphoreMgmt.html#ga7e94c8b242a0c81f2cc79ec22895c87b", null ], + [ "osSemaphoreRelease", "group__CMSIS__RTOS__SemaphoreMgmt.html#ga0abcee1b5449d7a6928fb9248c690bb6", null ], + [ "osSemaphoreGetCount", "group__CMSIS__RTOS__SemaphoreMgmt.html#ga7559d4dff3cda9992fc5ab5de3e74c70", null ], + [ "osSemaphoreDelete", "group__CMSIS__RTOS__SemaphoreMgmt.html#ga81258ce9c67fa89f07cc49d2e136cd88", null ] +]; \ No newline at end of file -- cgit