Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of UIPEthernet by
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.
Definition in file uip_timer.c.
Generated on Tue Jul 12 2022 18:10:58 by
