Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/
A DSNTPClientTask.c256 TickType_t lastSyncTickCount; member
326 TickType_t lastSyncTickCount,
666 TickType_t lastSyncTickCount, in calculateCurrentTime() argument
672 TickType_t ticksElapsedSinceLastSync = xTaskGetTickCount() - lastSyncTickCount; in calculateCurrentTime()
869 systemClock.lastSyncTickCount, in sntpClient_GetTime()
954 systemClock.lastSyncTickCount = xTaskGetTickCount(); in sntpClient_SetTime()
1681 systemClock.lastSyncTickCount, in systemGetWallClockTime()

Completed in 6 milliseconds