Home
last modified time | relevance | path

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

/loramac-node-latest/src/mac/
DLoRaMacClassB.c71 TimerEvent_t MulticastSlotTimer; member
638 TimerInit( &Ctx.MulticastSlotTimer, LoRaMacClassBMulticastSlotTimerEvent ); in LoRaMacClassBInit()
1058 TimerSetValue( &Ctx.MulticastSlotTimer, CLASSB_PING_SLOT_WINDOW ); in LoRaMacClassBProcessPingSlot()
1059 TimerStart( &Ctx.MulticastSlotTimer ); in LoRaMacClassBProcessPingSlot()
1198 TimerSetValue( &Ctx.MulticastSlotTimer, multicastSlotTime ); in LoRaMacClassBProcessMulticastSlot()
1199 TimerStart( &Ctx.MulticastSlotTimer ); in LoRaMacClassBProcessMulticastSlot()
1211 TimerSetValue( &Ctx.MulticastSlotTimer, 1 ); in LoRaMacClassBProcessMulticastSlot()
1212 TimerStart( &Ctx.MulticastSlotTimer ); in LoRaMacClassBProcessMulticastSlot()
1268 TimerSetValue( &Ctx.MulticastSlotTimer, CLASSB_PING_SLOT_WINDOW ); in LoRaMacClassBProcessMulticastSlot()
1269 TimerStart( &Ctx.MulticastSlotTimer ); in LoRaMacClassBProcessMulticastSlot()
[all …]