消息队列控制块 更多...
成员变量 | |
struct rt_ipc_object | parent |
继承自rt_ipc_object | |
void * | msg_pool |
消息队列的起始地址 | |
rt_uint16_t | msg_size |
每条消息的消息大小 | |
rt_uint16_t | max_msgs |
最大消息数 | |
rt_uint16_t | entry |
队列中的消息索引 | |
void * | msg_queue_head |
链表头 | |
void * | msg_queue_tail |
链表尾 | |
void * | msg_queue_free |
指向队列中的空闲节点的指针 | |
消息队列控制块