Embedded TCP/IP stack
4.7.0
|
void fnet_timer_poll | ( | void | ) |
Poll SW timers.
This function checks timeouts for TCP, ARP, IP and other stack activities.
The user application should call this function periodically, after the FNET stack initialization, and only if FNET_CFG_TIMER_ALT is 1.
Recommended polling period is 100ms or less.
If FNET_CFG_TIMER_ALT is 0, this function is called automatically by FNET in the timer HW interrupt.