Searched refs:ticksElapsedSinceLastSync (Results 1 – 1 of 1) sorted by relevance
672 TickType_t ticksElapsedSinceLastSync = xTaskGetTickCount() - lastSyncTickCount; in calculateCurrentTime() local676 msElapsedSinceLastSync = ticksElapsedSinceLastSync * MILLISECONDS_PER_TICK; in calculateCurrentTime()
Completed in 12 milliseconds