Home
last modified time | relevance | path

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

/loramac-node-latest/src/mac/
DLoRaMac.c274 static LoRaMacCtx_t MacCtx; variable
747 MacCtx.LastTxSysTime = SysTimeGet( ); in OnRadioTxDone()
793 MacCtx.RxSlot = RX_SLOT_NONE; in UpdateRxSlotIdleState()
797 MacCtx.RxSlot = RX_SLOT_WIN_CLASS_C; in UpdateRxSlotIdleState()
815 TimerSetValue( &MacCtx.RxWindowTimer1, MacCtx.RxWindow1Delay - offset ); in ProcessRadioTxDone()
816 TimerStart( &MacCtx.RxWindowTimer1 ); in ProcessRadioTxDone()
817 TimerSetValue( &MacCtx.RxWindowTimer2, MacCtx.RxWindow2Delay - offset ); in ProcessRadioTxDone()
818 TimerStart( &MacCtx.RxWindowTimer2 ); in ProcessRadioTxDone()
821 if( MacCtx.NodeAckRequested == true ) in ProcessRadioTxDone()
825 TimerSetValue( &MacCtx.RetransmitTimeoutTimer, MacCtx.RxWindow2Delay + phyParam.Value ); in ProcessRadioTxDone()
[all …]