Attributes structure for message queue. More...
#include <cmsis_os2.h>
| Data Fields | |
| const char * | name | 
| name of the message queue  More... | |
| uint32_t | attr_bits | 
| attribute bits  More... | |
| void * | cb_mem | 
| memory for control block  More... | |
| uint32_t | cb_size | 
| size of provided memory for control block  More... | |
| void * | mq_mem | 
| memory for data storage  More... | |
| uint32_t | mq_size | 
| size of provided memory for data storage  More... | |
Attributes structure for message queue.
Definition at line 295 of file cmsis_os2.h.
| uint32_t attr_bits | 
attribute bits
Definition at line 297 of file cmsis_os2.h.
| void* cb_mem | 
memory for control block
Definition at line 298 of file cmsis_os2.h.
| uint32_t cb_size | 
size of provided memory for control block
Definition at line 299 of file cmsis_os2.h.
| void* mq_mem | 
memory for data storage
Definition at line 300 of file cmsis_os2.h.
| uint32_t mq_size | 
size of provided memory for data storage
Definition at line 301 of file cmsis_os2.h.
| const char* name | 
name of the message queue
Definition at line 296 of file cmsis_os2.h.