Home
last modified time | relevance | path

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

/loramac-node-latest/src/apps/LoRaMac/common/LmHandler/packages/
DLmhpClockSync.c119 static LmhpClockSyncState_t LmhpClockSyncState = variable
157 LmhpClockSyncState.DataBuffer = dataBuffer; in LmhpClockSyncInit()
158 LmhpClockSyncState.DataBufferMaxSize = dataBufferMaxSize; in LmhpClockSyncInit()
159 LmhpClockSyncState.Initialized = true; in LmhpClockSyncInit()
163 LmhpClockSyncState.Initialized = false; in LmhpClockSyncInit()
165 LmhpClockSyncState.IsTxPending = false; in LmhpClockSyncInit()
170 return LmhpClockSyncState.Initialized; in LmhpClockSyncIsInitialized()
175 return LmhpClockSyncState.IsTxPending; in LmhpClockSyncIsTxPending()
180 if( LmhpClockSyncState.NbTransmissions > 0 ) in LmhpClockSyncProcess()
184 LmhpClockSyncState.NbTransmissions--; in LmhpClockSyncProcess()
[all …]