Home
last modified time | relevance | path

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

/loramac-node-latest/src/apps/LoRaMac/common/LmHandler/packages/
DLmhpClockSync.c285 curTime.Seconds -= UNIX_GPS_EPOCH_OFFSET; in LmhpClockSyncOnMcpsIndication()
354 curTime.Seconds -= UNIX_GPS_EPOCH_OFFSET; in LmhpClockSyncAppTimeReq()
DLmhpRemoteMcastSetup.c407 McSessionData[id].SessionTime += UNIX_GPS_EPOCH_OFFSET; in LmhpRemoteMcastSetupOnMcpsIndication()
473 McSessionData[id].SessionTime += UNIX_GPS_EPOCH_OFFSET; in LmhpRemoteMcastSetupOnMcpsIndication()
/loramac-node-latest/src/system/
Dsystime.h79 #define UNIX_GPS_EPOCH_OFFSET 315964800 macro
/loramac-node-latest/src/mac/
DLoRaMacClassB.c1369 Ctx.BeaconCtx.LastBeaconRx.Seconds += UNIX_GPS_EPOCH_OFFSET; in LoRaMacClassBRxBeacon()
1714 Ctx.BeaconCtx.BeaconTime.Seconds = nextBeacon.Seconds - UNIX_GPS_EPOCH_OFFSET - 128; in LoRaMacClassBDeviceTimeAns()
DLoRaMac.c2569 sysTime.Seconds += UNIX_GPS_EPOCH_OFFSET; in ProcessMacCommands()