CMSIS2000
0.0.7
|
Definition structure for memory block allocation. More...
#include <cmsis_os.h>
Data Fields | |
uint32_t | item_sz |
size of an item | |
void * | pool |
pointer to memory for pool | |
uint32_t | pool_sz |
number of items (elements) in the pool |
Definition structure for memory block allocation.
Definition at line 241 of file cmsis_os.h.
uint32_t os_pool_def::item_sz |
size of an item
Definition at line 243 of file cmsis_os.h.
void* os_pool_def::pool |
pointer to memory for pool
Definition at line 244 of file cmsis_os.h.
uint32_t os_pool_def::pool_sz |
number of items (elements) in the pool
Definition at line 242 of file cmsis_os.h.