Embedded TCP/IP stack: FNET_CFG_MULTITHREADING

FNET

#define FNET_CFG_MULTITHREADING

Multi-threading support:

  • 1 = is enabled (experimental feature).
    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 478 of file fnet_stack_config.h.


© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net