CMSIS2000
0.0.7
|
Definition structure for memory block allocation. Подробнее...
#include <cmsis_os.h>
Поля данных | |
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.
См. определение в файле cmsis_os.h строка 241
uint32_t os_pool_def::item_sz |
size of an item
См. определение в файле cmsis_os.h строка 243
void* os_pool_def::pool |
pointer to memory for pool
См. определение в файле cmsis_os.h строка 244
uint32_t os_pool_def::pool_sz |
number of items (elements) in the pool
См. определение в файле cmsis_os.h строка 242