Home
last modified time | relevance | path

Searched refs:SysTimeToMs (Results 1 – 3 of 3) sorted by relevance

/loramac-node-latest/src/mac/
DLoRaMacClassB.c345 …slotTime = ( ( currentTime - SysTimeToMs( Ctx.BeaconCtx.LastBeaconRx ) ) % CLASSB_BEACON_INTERVAL … in CalcNextSlotTime()
362 …if( slotTime <= ( SysTimeToMs( Ctx.BeaconCtx.NextBeaconRx ) - CLASSB_BEACON_GUARD - CLASSB_PING_SL… in CalcNextSlotTime()
542 …beaconEventTime = CalcDelayForNextBeacon( currentTime, SysTimeToMs( Ctx.BeaconCtx.LastBeaconRx ) ); in UpdateBeaconState()
751 if( SysTimeToMs( Ctx.BeaconCtx.NextBeaconRx ) > now ) in LoRaMacClassBProcessBeacon()
754 …beaconEventTime = TimerTempCompensation( SysTimeToMs( Ctx.BeaconCtx.NextBeaconRx ) - now, Ctx.Beac… in LoRaMacClassBProcessBeacon()
846 …if( ( beaconTimestamp - SysTimeToMs( Ctx.BeaconCtx.LastBeaconRx ) ) > CLASSB_MAX_BEACON_LESS_PERIO… in LoRaMacClassBProcessBeacon()
1691 TimerTime_t currentTimeMs = SysTimeToMs( nextBeacon ); in LoRaMacClassBDeviceTimeAns()
1701 if( currentTimeMs > SysTimeToMs( Ctx.BeaconCtx.NextBeaconRx ) ) in LoRaMacClassBDeviceTimeAns()
1713 … Ctx.BeaconCtx.BeaconTimingDelay = SysTimeToMs( Ctx.BeaconCtx.NextBeaconRx ) - currentTimeMs; in LoRaMacClassBDeviceTimeAns()
1754 TimerTime_t nextBeacon = SysTimeToMs( Ctx.BeaconCtx.NextBeaconRx ); in LoRaMacClassBIsUplinkCollision()
/loramac-node-latest/src/system/
Dsystime.h138 TimerTime_t SysTimeToMs( SysTime_t sysTime );
Dsystime.c145 TimerTime_t SysTimeToMs( SysTime_t sysTime ) in SysTimeToMs() function