Home
last modified time | relevance | path

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

/loramac-node-3.4.0/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()
534 …beaconEventTime = CalcDelayForNextBeacon( currentTime, SysTimeToMs( Ctx.BeaconCtx.LastBeaconRx ) ); in UpdateBeaconState()
746 if( SysTimeToMs( Ctx.BeaconCtx.NextBeaconRx ) > now ) in LoRaMacClassBProcessBeacon()
749 …beaconEventTime = TimerTempCompensation( SysTimeToMs( Ctx.BeaconCtx.NextBeaconRx ) - now, Ctx.Beac… in LoRaMacClassBProcessBeacon()
841 …if( ( beaconTimestamp - SysTimeToMs( Ctx.BeaconCtx.LastBeaconRx ) ) > CLASSB_MAX_BEACON_LESS_PERIO… in LoRaMacClassBProcessBeacon()
1686 TimerTime_t currentTimeMs = SysTimeToMs( nextBeacon ); in LoRaMacClassBDeviceTimeAns()
1696 if( currentTimeMs > SysTimeToMs( Ctx.BeaconCtx.NextBeaconRx ) ) in LoRaMacClassBDeviceTimeAns()
1708 … Ctx.BeaconCtx.BeaconTimingDelay = SysTimeToMs( Ctx.BeaconCtx.NextBeaconRx ) - currentTimeMs; in LoRaMacClassBDeviceTimeAns()
1749 TimerTime_t nextBeacon = SysTimeToMs( Ctx.BeaconCtx.NextBeaconRx ); in LoRaMacClassBIsUplinkCollision()
/loramac-node-3.4.0/src/system/
Dsystime.h138 TimerTime_t SysTimeToMs( SysTime_t sysTime );
Dsystime.c145 TimerTime_t SysTimeToMs( SysTime_t sysTime ) in SysTimeToMs() function
/loramac-node-3.4.0/src/mac/region/
DRegionCommon.c113 TimerTime_t elapsedTime = SysTimeToMs( elapsedTimeSinceStartup ); in SetMaxTimeCredits()
153 band->LastMaxCreditAssignTime = SysTimeToMs( timeDiff ); in SetMaxTimeCredits()
394 minTimeToWait = SysTimeToMs( backoffTimeRange ); in RegionCommonUpdateBandTimeOff()