Definition structure for memory block allocation. More...
#include <cmsis_os.h>
Public Attributes | |
osPool * | data |
uint32_t | item_sz |
size of an item | |
uint32_t | items |
number of items (elements) in the pool | |
const char * | name |
void * | pool |
pointer to memory for pool | |
uint32_t | pool_sz |
Definition structure for memory block allocation.
Definition at line 331 of file cmsis_os.h.
osPool* os_pool_def::data |
Definition at line 338 of file cmsis_os.h.
uint32_t os_pool_def::item_sz |
size of an item
Definition at line 335 of file cmsis_os.h.
uint32_t os_pool_def::items |
number of items (elements) in the pool
Definition at line 334 of file cmsis_os.h.
const char* os_pool_def::name |
Definition at line 333 of file cmsis_os.h.
void* os_pool_def::pool |
pointer to memory for pool
Definition at line 336 of file cmsis_os.h.
uint32_t os_pool_def::pool_sz |
Definition at line 337 of file cmsis_os.h.