Home
last modified time | relevance | path

Searched refs:interval (Results 1 – 4 of 4) sorted by relevance

/lib/liblwip/src/include/lwip/
Dtcp.h322 void tcp_poll (struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval);
/lib/liblwip/doc/
Drawapi.txt262 u8_t interval)
264 Specifies the polling interval and the callback function that should
265 be called to poll the application. The interval is specified in
267 twice a second. An interval of 10 means that the application would
400 Note: you must call etharp_tmr at a ARP_TMR_INTERVAL (5 seconds) regular interval
/lib/liblwip/src/core/
Dtcp.c1452 tcp_poll(struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval) in tcp_poll() argument
1460 pcb->pollinterval = interval; in tcp_poll()
/lib/liblwip/
DCHANGELOG2682 interval.