Message queue attributes. More...
#include <cmsis-plus/rtos/os-c-api.h>
Public Attributes | |
| void * | clock |
| Pointer to clock object instance. | |
| void * | mq_queue_addr |
| Pointer to user provided message queue area. | |
| size_t | mq_queue_size_bytes |
| Size of user provided message queue area, in bytes. | |
Initialise this structure with os_mqueue_attr_init() and then set any of the individual members directly.
Definition at line 1307 of file os-c-decls.h.
| void* os_mqueue_attr_s::clock |
Definition at line 1312 of file os-c-decls.h.
| void* os_mqueue_attr_s::mq_queue_addr |
Definition at line 1317 of file os-c-decls.h.
| size_t os_mqueue_attr_s::mq_queue_size_bytes |
Definition at line 1322 of file os-c-decls.h.