Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/system/
Dtimer.h146 TimerTime_t TimerTempCompensation( TimerTime_t period, float temperature );
Dtimer.c378 TimerTime_t TimerTempCompensation( TimerTime_t period, float temperature ) in TimerTempCompensation() function
/loramac-node-3.4.0/src/mac/
DLoRaMacClassB.c367 slotTime = TimerTempCompensation( slotTime, Ctx.BeaconCtx.Temperature ); in CalcNextSlotTime()
538 beaconEventTime = TimerTempCompensation( beaconEventTime, Ctx.BeaconCtx.Temperature ); in UpdateBeaconState()
749 …beaconEventTime = TimerTempCompensation( SysTimeToMs( Ctx.BeaconCtx.NextBeaconRx ) - now, Ctx.Beac… in LoRaMacClassBProcessBeacon()
895 … beaconEventTime = TimerTempCompensation( beaconEventTime, Ctx.BeaconCtx.Temperature ); in LoRaMacClassBProcessBeacon()