lwIP
sys_mbox_new()
is only used within lwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
lwIP
sys_mbox_new()
sys_mbox_new() function
Create an empty mailbox.
Syntax
Show:
Summary
Declaration
Definition
from
sys.h:285
err_t
sys_mbox_new
(
sys_mbox_t
*
mbox
,
int
size
)
;
Implemented in
sys_arch.c:205
Arguments
Argument
Description
mbox
pointer of the mailbox
size
size of the mailbox
Return value
ERR_OK on success, ERR_MEM when out of memory
Related Functions
Found 7 other functions taking a
sys_mbox_s
argument:
Function
Description
sys_mbox_trypost()
Try to post a message to mailbox
sys_mbox_free()
Delete a mailbox
sys_arch_mbox_fetch()
Fetch message from mailbox
sys_arch_mbox_tryfetch()
try to fetch message from mailbox
sys_mbox_post()
Send message to mailbox
sys_mbox_trypost_fromisr()
Try to post a message to mailbox from ISR
tcpip_timeouts_mbox_fetch()
Wait (forever) for a message to arrive in an mbox. While waiting, timeouts are processed.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out