Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/system/
Dtimer.c190 uint32_t deltaContext = now - old; // intentional wrap around in TimerIrqHandler() local
199 if( next->Timestamp > deltaContext ) in TimerIrqHandler()
201 next->Timestamp -= deltaContext; in TimerIrqHandler()