Home
last modified time | relevance | path

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

/loramac-node-latest/src/apps/LoRaMac/common/LmHandler/packages/
DLmhpFragmentation.c186 static uint32_t TxDelayTime; variable
216 TxDelayTime = 0; in LmhpFragmentationInit()
253 TimerSetValue( &FragmentTxDelayTimer, TxDelayTime ); in LmhpFragmentationProcess()
516 TxDelayTime = randr( 0, 1000 ) * ( 1 << ( blockAckDelay + 4 ) ); in LmhpFragmentationOnMcpsIndication()