Home
last modified time | relevance | path

Searched refs:TimerExists (Results 1 – 1 of 1) sorted by relevance

/loramac-node-3.6.0-3.5.0/src/system/
Dtimer.c84 static bool TimerExists( TimerEvent_t *obj );
108 if( ( obj == NULL ) || ( TimerExists( obj ) == true ) ) in TimerStart()
307 static bool TimerExists( TimerEvent_t *obj ) in TimerExists() function