diff options
author | Ali Labbene <ali.labbene@st.com> | 2019-12-11 08:59:21 +0100 |
---|---|---|
committer | Ali Labbene <ali.labbene@st.com> | 2019-12-16 16:35:24 +0100 |
commit | 9f95ff5b6ba01db09552b84a0ab79607060a2666 (patch) | |
tree | 8a6e0dda832555c692307869aed49d07ee7facfe /docs/RTOS2/html/group__CMSIS__RTOS__MutexMgmt.js | |
parent | 76177aa280494bb36d7a0bcbda1078d4db717020 (diff) | |
download | st-cmsis-core-lowfat-9f95ff5b6ba01db09552b84a0ab79607060a2666.tar.gz st-cmsis-core-lowfat-9f95ff5b6ba01db09552b84a0ab79607060a2666.tar.bz2 st-cmsis-core-lowfat-9f95ff5b6ba01db09552b84a0ab79607060a2666.zip |
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
Diffstat (limited to 'docs/RTOS2/html/group__CMSIS__RTOS__MutexMgmt.js')
-rw-r--r-- | docs/RTOS2/html/group__CMSIS__RTOS__MutexMgmt.js | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/RTOS2/html/group__CMSIS__RTOS__MutexMgmt.js b/docs/RTOS2/html/group__CMSIS__RTOS__MutexMgmt.js new file mode 100644 index 0000000..2569c62 --- /dev/null +++ b/docs/RTOS2/html/group__CMSIS__RTOS__MutexMgmt.js @@ -0,0 +1,19 @@ +var group__CMSIS__RTOS__MutexMgmt = +[ + [ "osMutexAttr_t", "group__CMSIS__RTOS__MutexMgmt.html#structosMutexAttr__t", [ + [ "name", "group__CMSIS__RTOS__MutexMgmt.html#ab74e6bf80237ddc4109968cedc58c151", null ], + [ "attr_bits", "group__CMSIS__RTOS__MutexMgmt.html#a6e93b49cb79c12f768d72580c7731f30", null ], + [ "cb_mem", "group__CMSIS__RTOS__MutexMgmt.html#a1e100dc33d403841ed3c344e3397868e", null ], + [ "cb_size", "group__CMSIS__RTOS__MutexMgmt.html#aa55a4335d12dc2785dc00fdc292d1159", null ] + ] ], + [ "osMutexRecursive", "group__CMSIS__RTOS__MutexMgmt.html#ga65c2482cc64a35d03871f3180f305926", null ], + [ "osMutexPrioInherit", "group__CMSIS__RTOS__MutexMgmt.html#ga40fba270cb31a977b3bd551d41eb9599", null ], + [ "osMutexRobust", "group__CMSIS__RTOS__MutexMgmt.html#gaf0e1dee376798b4d516d164981526780", null ], + [ "osMutexId_t", "group__CMSIS__RTOS__MutexMgmt.html#ga313801836c62deb23055efb55a420e42", null ], + [ "osMutexNew", "group__CMSIS__RTOS__MutexMgmt.html#gab90920022ab944296821368ef6bb52f8", null ], + [ "osMutexGetName", "group__CMSIS__RTOS__MutexMgmt.html#ga00b5e58cd247a412d1afd18732d8b752", null ], + [ "osMutexAcquire", "group__CMSIS__RTOS__MutexMgmt.html#gabc54686ea0fc281823b1763422d2a924", null ], + [ "osMutexRelease", "group__CMSIS__RTOS__MutexMgmt.html#gaea629705703580ff58776bf73c8db915", null ], + [ "osMutexGetOwner", "group__CMSIS__RTOS__MutexMgmt.html#ga7f9a7666df0978738cd570cb700b83fb", null ], + [ "osMutexDelete", "group__CMSIS__RTOS__MutexMgmt.html#gabee73ad227ba4587d3db12ef9bd582bc", null ] +];
\ No newline at end of file |