mbed OS5

Fork of UIPEthernet by Zoltan Hudak

Embed: (wiki syntax)

« Back to documentation index

uip_timer.h File Reference

uip_timer.h File Reference

Timer library header file. More...

Go to the source code of this file.

Data Structures

struct  uip_timer
 A timer. More...

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 header file.

Author:
Adam Dunkels <adam@sics.se>

Definition in file uip_timer.h.