Name

timer_expired — checks if timer has expired

Synopsis

#include <timer.h>   
bool timer_expired (timer); 
timer_t * timer;
 

Arguments

timer

pointer to the timer object.

Description

Checks if the specified timer has expired. Returns true of false correspondingly.