Home
last modified time | relevance | path

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

/loramac-node-latest/src/apps/LoRaMac/common/LmHandler/packages/
DLmhpFragmentation.c119 static LmhpFragmentationState_t LmhpFragmentationState = variable
199 LmhpFragmentationState.TxDelayState = FRAGMENTATION_TX_DELAY_STATE_STOP; in OnFragmentTxDelay()
212 LmhpFragmentationState.DataBuffer = dataBuffer; in LmhpFragmentationInit()
213 LmhpFragmentationState.DataBufferMaxSize = dataBufferMaxSize; in LmhpFragmentationInit()
214 LmhpFragmentationState.Initialized = true; in LmhpFragmentationInit()
223 LmhpFragmentationState.Initialized = false; in LmhpFragmentationInit()
225 LmhpFragmentationState.IsTxPending = false; in LmhpFragmentationInit()
230 return LmhpFragmentationState.Initialized; in LmhpFragmentationIsInitialized()
235 return LmhpFragmentationState.IsTxPending; in LmhpFragmentationIsTxPending()
243 delayTimerState = LmhpFragmentationState.TxDelayState; in LmhpFragmentationProcess()
[all …]