Home
last modified time | relevance | path

Searched refs:TimerGetElapsedTime (Results 1 – 8 of 8) sorted by relevance

/loramac-node-latest/src/system/
Dtimer.h135 TimerTime_t TimerGetElapsedTime( TimerTime_t past );
Dtimer.c352 TimerTime_t TimerGetElapsedTime( TimerTime_t past ) in TimerGetElapsedTime() function
/loramac-node-latest/src/mac/region/
DRegionCommon.c296 TimerTime_t elapsedTime = TimerGetElapsedTime( bands[i].LastBandUpdateTime ); in RegionCommonUpdateBandTimeOff()
547 TimerTime_t elapsed = TimerGetElapsedTime( identifyChannelsParam->LastAggrTx ); in RegionCommonIdentifyChannels()
/loramac-node-latest/src/radio/sx126x/
Dradio.c606 while( TimerGetElapsedTime( carrierSenseTime ) < maxCarrierSenseTime ) in RadioIsChannelFree()
/loramac-node-latest/src/radio/lr1110/
Dradio.c576 while( TimerGetElapsedTime( carrierSenseTime ) < maxCarrierSenseTime ) in RadioIsChannelFree()
/loramac-node-latest/src/radio/sx1272/
Dsx1272.c368 while( TimerGetElapsedTime( carrierSenseTime ) < maxCarrierSenseTime ) in SX1272IsChannelFree()
/loramac-node-latest/src/radio/sx1276/
Dsx1276.c379 while( TimerGetElapsedTime( carrierSenseTime ) < maxCarrierSenseTime ) in SX1276IsChannelFree()
/loramac-node-latest/src/mac/
DLoRaMac.c1483 if( TimerGetElapsedTime( Nvm.MacGroup1.LastTxDoneTime ) >= MacCtx.RxWindow2Delay ) in HandleRadioRxErrorTimeout()
1847 TimerTime_t elapsedTime = TimerGetElapsedTime( startTimeInMs ); in LoRaMacHandleResponseTimeout()