Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/
A DSampleAppTask.c65 time = pUnixTime->secs; in printTime()
70 pUnixTime->secs, pUnixTime->msecs, in printTime()
A Dcommon_demo_include.h47 uint32_t secs; member
A DSNTPClientTask.c690 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()
/FreeRTOS-Plus/Demo/Common/Demo_IP_Protocols/FTP/
A DFreeRTOS_FTP_server.c2610 time_t secs = xStatBuf.st_mtime; in prvSizeDateFile() local
2611 FreeRTOS_gmtime_r( &secs, &tmStruct ); in prvSizeDateFile()

Completed in 17 milliseconds