Mistake on this page?
Report an issue in GitHub or email us
Macros
OS mode (TCPIP thread)

Use this mode if you run an OS on your system. More...

Macros

#define tcpip_callback_with_block(function, ctx, block)   ((block != 0)? tcpip_callback(function, ctx) : tcpip_try_callback(function, ctx))
 

Detailed Description

Use this mode if you run an OS on your system.

It is recommended to use an RTOS that correctly handles priority inversion and to use LWIP_TCPIP_CORE_LOCKING.
Porting: implement all functions in sys_layer.
You can use "raw" APIs together with tcpip_callback, and all Sequential-style APIs.

Macro Definition Documentation

#define tcpip_callback_with_block (   function,
  ctx,
  block 
)    ((block != 0)? tcpip_callback(function, ctx) : tcpip_try_callback(function, ctx))
Deprecated:
use tcpip_try_callback() or tcpip_callback() instead

Definition at line 87 of file tcpip.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.