Searched refs:secs (Results 1 – 4 of 4) sorted by relevance
65 time = pUnixTime->secs; in printTime()70 pUnixTime->secs, pUnixTime->msecs, in printTime()
47 uint32_t secs; member
690 currentTimeSecs = ( uint64_t ) ( pBaseTime->secs ) + ( msElapsedSinceLastSync / 1000 ); in calculateCurrentTime()701 pCurrentTime->secs = ( uint32_t ) ( currentTimeSecs - UINT32_MAX - 1 ); in calculateCurrentTime()705 pCurrentTime->secs = ( uint32_t ) ( currentTimeSecs ); in calculateCurrentTime()712 pCurrentTime->secs = pBaseTime->secs; in calculateCurrentTime()877 ntpSecs = currentTime.secs + SNTP_TIME_AT_UNIX_EPOCH_SECS; in sntpClient_GetTime()932 systemClock.baseTime.secs = unixSecs; in sntpClient_SetTime()1331 systemClock.baseTime.secs = startupTimeInUnixSecs; in initializeSystemClock()
2610 time_t secs = xStatBuf.st_mtime; in prvSizeDateFile() local2611 FreeRTOS_gmtime_r( &secs, &tmStruct ); in prvSizeDateFile()
Completed in 17 milliseconds