RT-Thread RTOS  1.0.0
An open source embedded real-time operating system
rt_mailbox Struct Reference

#include <rtdef.h>

Data Fields

struct rt_ipc_object parent
rt_uint32_tmsg_pool
rt_uint16_t size
rt_uint16_t entry
rt_uint16_t out_offset
rt_list_t suspend_sender_thread

Detailed Description

mailbox structure


Field Documentation

inherit from ipc_object

start address of message buffer

size of message pool

index of messages in msg_pool

in/output offset of the message buffer

sender thread suspended on this mailbox

 All Data Structures Variables