Zigbee Protocol Controller 1.6.0
|
#include "sys/clock.h"
Go to the source code of this file.
Classes | |
struct | timer |
Functions | |
void | timer_set (struct timer *t, clock_time_t interval) |
void | timer_reset (struct timer *t) |
void | timer_restart (struct timer *t) |
int | timer_expired (struct timer *t) |
clock_time_t | timer_remaining (struct timer *t) |
Timer library header file.