LwIP
tcpip_callbackmsg_trycallback()
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
STM32 Libraries and Samples
LwIP
tcpip_callbackmsg_trycallback()
tcpip_callbackmsg_trycallback() function
Try to post a callback-message to the tcpip_thread tcpip_mbox. @see tcpip_callbackmsg_new()
Syntax
Show:
Summary
Declaration
Definition
from
tcpip.h:91
err_t
tcpip_callbackmsg_trycallback
(
struct
tcpip_callback_msg
*
msg
)
;
Implemented in
tcpip.c:566
Arguments
Argument
Description
msg
pointer to the message to post
Return value
sys_mbox_trypost() return code
Related Functions
Found 2 other functions taking a
tcpip_callback_msg
argument:
Function
Description
tcpip_callbackmsg_delete()
Free a callback message allocated by tcpip_callbackmsg_new(). @see tcpip_callbackmsg_new()
tcpip_callbackmsg_trycallback_fromisr()
Try to post a callback-message to the tcpip_thread mbox. Same as tcpip_callbackmsg_trycallback but calls sys_mbox_trypost_fromisr(), mainly to help FreeRTOS, where calls differ between task level and ISR level. @see tcpip_callbackmsg_new()
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