Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
|
4.1.99 |
Control block for a CMSIS-RTOSv2 memory pool. More...
#include <cmsis_types.h>
Data Fields | |
void * | pool |
char | is_dynamic_allocation |
bool | is_cb_dynamic_allocation |
char | name [16] |
Control block for a CMSIS-RTOSv2 memory pool.
Application can use manual user-defined allocation for RTOS objects by supplying a pointer to memory pool control block. Control block is initiazed within osMemoryPoolNew()
.
bool cmsis_rtos_mempool_cb::is_cb_dynamic_allocation |
char cmsis_rtos_mempool_cb::is_dynamic_allocation |
char cmsis_rtos_mempool_cb::name[16] |
void* cmsis_rtos_mempool_cb::pool |