Platform specific mailbox type. More...
Platform specific mailbox type.
Definition at line 97 of file sys_arch.h.
#include <sys_arch.h>
Data Fields | |
mbox_t | mbox |
RIOT mbox. | |
msg_t | msgs [SYS_MBOX_SIZE] |
queue for the mbox | |
mbox_t sys_mbox_t::mbox |
RIOT mbox.
Definition at line 98 of file sys_arch.h.
msg_t sys_mbox_t::msgs[SYS_MBOX_SIZE] |
queue for the mbox
Definition at line 99 of file sys_arch.h.