mbed OS5

Fork of UIPEthernet by Zoltan Hudak

Embed: (wiki syntax)

« Back to documentation index

uip_timer.c File Reference

uip_timer.c File Reference

Timer library implementation. More...

Go to the source code of this file.

Functions

void uip_timer_set (struct uip_timer *t, clock_time_t interval)
 Set a timer.
void uip_timer_reset (struct uip_timer *t)
 Reset the timer with the same interval.
void uip_timer_restart (struct uip_timer *t)
 Restart the timer from the current point in time.
int uip_timer_expired (struct uip_timer *t)
 Check if a timer has expired.

Detailed Description

Timer library implementation.

Author:
Adam Dunkels <adam@sics.se>

Definition in file uip_timer.c.