Home
last modified time | relevance | path

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

/loramac-node-3.7.0/src/mac/
DLoRaMacClassB.c984 bool slotHasPriority = false; in LoRaMacClassBProcessPingSlot() local
1045slotHasPriority = CheckSlotPriority( *Ctx.LoRaMacClassBParams.LoRaMacDevAddr, ClassBNvm->PingSlotC… in LoRaMacClassBProcessPingSlot()
1051 if( ( Ctx.MulticastSlotState != PINGSLOT_STATE_RX ) || ( slotHasPriority == true ) ) in LoRaMacClassBProcessPingSlot()
1117 bool slotHasPriority = false; in LoRaMacClassBProcessMulticastSlot() local
1228slotHasPriority = CheckSlotPriority( Ctx.PingSlotCtx.NextMulticastChannel->ChannelParams.Address, … in LoRaMacClassBProcessMulticastSlot()
1233 if( ( Ctx.PingSlotState != PINGSLOT_STATE_RX ) || ( slotHasPriority == true ) ) in LoRaMacClassBProcessMulticastSlot()