|
Zephyr Project API 4.1.0
A Scalable Open Source RTOS
|
Control block for a CMSIS-RTOSv2 message queue. 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 message queue.
Application can use manual user-defined allocation for RTOS objects by supplying a pointer to message queue control block. Control block is initiazed within osMessageQueueNew().
| bool cmsis_rtos_msgq_cb::is_cb_dynamic_allocation |
| char cmsis_rtos_msgq_cb::is_dynamic_allocation |
| char cmsis_rtos_msgq_cb::name[16] |
| void* cmsis_rtos_msgq_cb::pool |