Home
last modified time | relevance | path

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

/loramac-node-3.7.0/src/mac/
DLoRaMacClassB.c67 TimerEvent_t PingSlotTimer; member
637 TimerInit( &Ctx.PingSlotTimer, LoRaMacClassBPingSlotTimerEvent ); in LoRaMacClassBInit()
1025 TimerSetValue( &Ctx.PingSlotTimer, pingSlotTime ); in LoRaMacClassBProcessPingSlot()
1026 TimerStart( &Ctx.PingSlotTimer ); in LoRaMacClassBProcessPingSlot()
1086 TimerSetValue( &Ctx.PingSlotTimer, CLASSB_PING_SLOT_WINDOW ); in LoRaMacClassBProcessPingSlot()
1087 TimerStart( &Ctx.PingSlotTimer ); in LoRaMacClassBProcessPingSlot()
1240 TimerSetValue( &Ctx.PingSlotTimer, CLASSB_PING_SLOT_WINDOW ); in LoRaMacClassBProcessMulticastSlot()
1241 TimerStart( &Ctx.PingSlotTimer ); in LoRaMacClassBProcessMulticastSlot()
1776 TimerStop( &Ctx.PingSlotTimer ); in LoRaMacClassBStopRxSlots()
1792 TimerSetValue( &Ctx.PingSlotTimer, 1 ); in LoRaMacClassBStartRxSlots()
[all …]