Loading...
Searching...
No Matches
sys_mbox_t Struct Reference

Platform specific mailbox type. More...

Detailed Description

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
 

Field Documentation

◆ mbox

mbox_t sys_mbox_t::mbox

RIOT mbox.

Definition at line 98 of file sys_arch.h.

◆ msgs

msg_t sys_mbox_t::msgs[SYS_MBOX_SIZE]

queue for the mbox

Definition at line 99 of file sys_arch.h.


The documentation for this struct was generated from the following file: