Home
last modified time | relevance | path

Searched refs:Temperature (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/mac/
DLoRaMacClassB.h186 float Temperature; member
DLoRaMacClassB.c367 slotTime = TimerTempCompensation( slotTime, Ctx.BeaconCtx.Temperature ); in CalcNextSlotTime()
412 beaconCtx->Temperature = callbacks->GetTemperatureLevel( ); in GetTemperatureLevel()
438 Ctx.BeaconCtx.Temperature = 25.0; in InitClassB()
546 beaconEventTime = TimerTempCompensation( beaconEventTime, Ctx.BeaconCtx.Temperature ); in UpdateBeaconState()
754 …imerTempCompensation( SysTimeToMs( Ctx.BeaconCtx.NextBeaconRx ) - now, Ctx.BeaconCtx.Temperature ); in LoRaMacClassBProcessBeacon()
900 … beaconEventTime = TimerTempCompensation( beaconEventTime, Ctx.BeaconCtx.Temperature ); in LoRaMacClassBProcessBeacon()