From 96d6da4e252b06dcfdc041e7df23e86161c33007 Mon Sep 17 00:00:00 2001 From: rihab kouki Date: Tue, 28 Jul 2020 11:24:49 +0100 Subject: Official ARM version: v5.6.0 --- docs/RTOS/html/structosPoolDef__t.html | 193 --------------------------------- 1 file changed, 193 deletions(-) delete mode 100644 docs/RTOS/html/structosPoolDef__t.html (limited to 'docs/RTOS/html/structosPoolDef__t.html') diff --git a/docs/RTOS/html/structosPoolDef__t.html b/docs/RTOS/html/structosPoolDef__t.html deleted file mode 100644 index 87be461..0000000 --- a/docs/RTOS/html/structosPoolDef__t.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - -osPoolDef_t Struct Reference -CMSIS-RTOS: osPoolDef_t Struct Reference - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.03 -
-
Real-Time Operating System: API and RTX Reference Implementation.
-
-
- -
-
    - -
-
- - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
osPoolDef_t Struct Reference
-
-
- -

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

- - - - - - - - - - - -

-Data Fields

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

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