Embedded TCP/IP stack  4.7.0

◆ FNET_CFG_MULTITHREADING

#define FNET_CFG_MULTITHREADING

Multi-threading support:

  • 1 = is enabled (experimental feature). User application must provide Mutex API during FNET initialization.
    If the FNET User API may be called simultaneously from different RTOS threads, this parameter must be enabled to avoid race conditions. This feature is under development. User application must implement Mutex API defined fnet_mutex_api_t.
  • 0 = is disabled (Default value).
    This is default state for bare-metal applications or if the FNET User API is called simultaneously only from one RTOS thread.
    See also
    fnet_mutex_api_t

Definition at line 477 of file fnet_stack_config.h.


© 2005-2020 by Andrej Butok. http://fnet.sourceforge.net