From 76177aa280494bb36d7a0bcbda1078d4db717020 Mon Sep 17 00:00:00 2001 From: Ali Labbene Date: Mon, 9 Dec 2019 11:25:19 +0100 Subject: Official ARM version: v4.5 --- Documentation/RTOS/html/structos_pool_def__t.html | 155 ++++++++++++++++++++++ 1 file changed, 155 insertions(+) create mode 100644 Documentation/RTOS/html/structos_pool_def__t.html (limited to 'Documentation/RTOS/html/structos_pool_def__t.html') diff --git a/Documentation/RTOS/html/structos_pool_def__t.html b/Documentation/RTOS/html/structos_pool_def__t.html new file mode 100644 index 0000000..027ac34 --- /dev/null +++ b/Documentation/RTOS/html/structos_pool_def__t.html @@ -0,0 +1,155 @@ + + + + + +osPoolDef_t Struct Reference +CMSIS-RTOS: osPoolDef_t Struct Reference + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-RTOS +  Version 1.02 +
+
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+
+ +
+
osPoolDef_t Struct Reference
+
+
+ +

Definition structure for memory block allocation. + More...

+ + + + + + + + + + + +

+Data Fields

uint32_t pool_sz
 number of items (elements) in the pool
 
uint32_t item_sz
 size of an item
 
void * pool
 pointer to memory for pool
 
+

Description

+
Note
CAN BE CHANGED: os_pool_def is implementation specific in every CMSIS-RTOS.
+

Field Documentation

+ +
+
+ + + + +
uint32_t item_sz
+
+ +
+
+ +
+
+ + + + +
void* pool
+
+ +
+
+ +
+
+ + + + +
uint32_t pool_sz
+
+ +
+
+
+
+ + + + -- cgit