Searched refs:ntpSecs (Results 1 – 1 of 1) sorted by relevance
863 uint32_t ntpSecs; in sntpClient_GetTime() local877 ntpSecs = currentTime.secs + SNTP_TIME_AT_UNIX_EPOCH_SECS; in sntpClient_GetTime()881 if( ntpSecs > UINT32_MAX ) in sntpClient_GetTime()884 configASSERT( !( ntpSecs > UINT32_MAX ) ); in sntpClient_GetTime()889 pCurrentTime->seconds = ntpSecs - UINT32_MAX - 1; in sntpClient_GetTime()893 pCurrentTime->seconds = ntpSecs; in sntpClient_GetTime()
Completed in 9 milliseconds