Embedded TCP/IP stack  4.7.0

◆ FNET_CFG_TIMER_ALT

#define FNET_CFG_TIMER_ALT

Alternative timer support:

  • 1 = is enabled. User application must implement own Timer API defined by fnet_timer_api_t and provide it during FNET initialization. Also, user application must call fnet_timer_poll() periodically with 100 ms period or less.
    It is mainly used by applications that want to use RTOS timer instead of FNET bare-metal one.
  • 0 = is disabled (Default value).
    FNET uses own bare-metal timer and does automatic timer polling in interrupt.
    See also
    fnet_timer_api_t, fnet_timer_poll()

Definition at line 632 of file fnet_stack_config.h.


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