STM CMSIS
Public Attributes
|
List of all members
os_pool_def Struct Reference
#include <
cmsis_os.h
>
Public Attributes
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
Detailed Description
Definition structure for memory block allocation.
Note
CAN BE CHANGED:
os_pool_def
is implementation specific in every CMSIS-RTOS.
The documentation for this struct was generated from the following file:
CMSIS/RTOS/Template/
cmsis_os.h
os_pool_def
Generated by
1.8.13