Searched refs:curTime (Results 1 – 2 of 2) sorted by relevance
253 SysTime_t curTime = { .Seconds = 0, .SubSeconds = 0 }; in LmhpClockSyncOnMcpsIndication() local254 curTime = SysTimeGet( ); in LmhpClockSyncOnMcpsIndication()255 curTime.Seconds += timeCorrection; in LmhpClockSyncOnMcpsIndication()256 SysTimeSet( curTime ); in LmhpClockSyncOnMcpsIndication()283 SysTime_t curTime = SysTimeGet( ); in LmhpClockSyncOnMcpsIndication() local285 curTime.Seconds -= UNIX_GPS_EPOCH_OFFSET; in LmhpClockSyncOnMcpsIndication()286 LmhpClockSyncState.DataBuffer[dataBufferIndex++] = ( curTime.Seconds >> 0 ) & 0xFF; in LmhpClockSyncOnMcpsIndication()287 LmhpClockSyncState.DataBuffer[dataBufferIndex++] = ( curTime.Seconds >> 8 ) & 0xFF; in LmhpClockSyncOnMcpsIndication()288 LmhpClockSyncState.DataBuffer[dataBufferIndex++] = ( curTime.Seconds >> 16 ) & 0xFF; in LmhpClockSyncOnMcpsIndication()289 LmhpClockSyncState.DataBuffer[dataBufferIndex++] = ( curTime.Seconds >> 24 ) & 0xFF; in LmhpClockSyncOnMcpsIndication()[all …]
419 SysTime_t curTime = { .Seconds = 0, .SubSeconds = 0 }; in LmhpRemoteMcastSetupOnMcpsIndication() local420 curTime = SysTimeGet( ); in LmhpRemoteMcastSetupOnMcpsIndication()422 timeToSessionStart = McSessionData[id].SessionTime - curTime.Seconds; in LmhpRemoteMcastSetupOnMcpsIndication()486 SysTime_t curTime = { .Seconds = 0, .SubSeconds = 0 }; in LmhpRemoteMcastSetupOnMcpsIndication() local487 curTime = SysTimeGet( ); in LmhpRemoteMcastSetupOnMcpsIndication()489 timeToSessionStart = McSessionData[id].SessionTime - curTime.Seconds; in LmhpRemoteMcastSetupOnMcpsIndication()