Home
last modified time | relevance | path

Searched refs:LastTxAirTime (Results 1 – 12 of 12) sorted by relevance

/loramac-node-3.4.0/src/mac/region/
DRegion.h463 TimerTime_t LastTxAirTime; member
DRegionAU915.c316 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionAU915SetBandTxDone()
DRegionCN779.c277 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionCN779SetBandTxDone()
DRegionEU433.c277 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionEU433SetBandTxDone()
DRegionEU868.c302 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionEU868SetBandTxDone()
DRegionIN865.c277 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionIN865SetBandTxDone()
DRegionKR920.c297 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionKR920SetBandTxDone()
DRegionRU864.c278 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionRU864SetBandTxDone()
DRegionUS915.c315 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionUS915SetBandTxDone()
DRegionAS923.c359 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionAS923SetBandTxDone()
DRegionCN470.c541 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionCN470SetBandTxDone()
/loramac-node-3.4.0/src/mac/
DLoRaMac.c860 txDone.LastTxAirTime = MacCtx.TxTimeOnAir; in ProcessRadioTxDone()