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__memory__pool.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/RTOS2/html/group__rtx__evr__memory__pool.js (limited to 'docs/RTOS2/html/group__rtx__evr__memory__pool.js') diff --git a/docs/RTOS2/html/group__rtx__evr__memory__pool.js b/docs/RTOS2/html/group__rtx__evr__memory__pool.js new file mode 100644 index 0000000..057a678 --- /dev/null +++ b/docs/RTOS2/html/group__rtx__evr__memory__pool.js @@ -0,0 +1,21 @@ +var group__rtx__evr__memory__pool = +[ + [ "EvrRtxMemoryPoolError", "group__rtx__evr__memory__pool.html#ga7e1a37b0c5dd0a97507c025ab1a62ec8", null ], + [ "EvrRtxMemoryPoolNew", "group__rtx__evr__memory__pool.html#gaf2fd4c91acf1379e93cd9886c515b9c5", null ], + [ "EvrRtxMemoryPoolCreated", "group__rtx__evr__memory__pool.html#gadad71c7b04493c03647ca0929ea087b1", null ], + [ "EvrRtxMemoryPoolGetName", "group__rtx__evr__memory__pool.html#gaeface1ee4957cdb59292e13c38a672d7", null ], + [ "EvrRtxMemoryPoolAlloc", "group__rtx__evr__memory__pool.html#ga425c8a0e13c6fb13262d99a4dcabd507", null ], + [ "EvrRtxMemoryPoolAllocPending", "group__rtx__evr__memory__pool.html#ga2fbd33e3d84b4f37e9f9b80576b26907", null ], + [ "EvrRtxMemoryPoolAllocTimeout", "group__rtx__evr__memory__pool.html#ga0e144530d45959126018ad74bae7a6ed", null ], + [ "EvrRtxMemoryPoolAllocated", "group__rtx__evr__memory__pool.html#gad05246ee7e1f95e7f9496716515daeed", null ], + [ "EvrRtxMemoryPoolAllocFailed", "group__rtx__evr__memory__pool.html#gaf511fce5389dde6fd3277e3469c72fd9", null ], + [ "EvrRtxMemoryPoolFree", "group__rtx__evr__memory__pool.html#ga46bc3ef3b1ca2e4cfb914f58d0efe92e", null ], + [ "EvrRtxMemoryPoolDeallocated", "group__rtx__evr__memory__pool.html#ga3e8e700baea20b88c3d13678fe7a7fb4", null ], + [ "EvrRtxMemoryPoolFreeFailed", "group__rtx__evr__memory__pool.html#gad75c377c00ae23caf7b4c3b77a0b46d1", null ], + [ "EvrRtxMemoryPoolGetCapacity", "group__rtx__evr__memory__pool.html#gaed36f26a548d40e2a3d5b81c8695f287", null ], + [ "EvrRtxMemoryPoolGetBlockSize", "group__rtx__evr__memory__pool.html#gaf79f0e1eb41d42566ba9023be7e442c5", null ], + [ "EvrRtxMemoryPoolGetCount", "group__rtx__evr__memory__pool.html#ga668bc3e627d9b74b6e8259a667e05846", null ], + [ "EvrRtxMemoryPoolGetSpace", "group__rtx__evr__memory__pool.html#ga4bee4e3e41bdef94046dc059f16ca7ce", null ], + [ "EvrRtxMemoryPoolDelete", "group__rtx__evr__memory__pool.html#ga64ae703ad556f25b105e3eae85b582b8", null ], + [ "EvrRtxMemoryPoolDestroyed", "group__rtx__evr__memory__pool.html#ga853e1867a4b65aff3f12f7be1aee5ce4", null ] +]; \ No newline at end of file -- cgit