Home
last modified time | relevance | path

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

/loramac-node-3.7.0/src/mac/
DLoRaMacClassB.c1112 static RxConfigParams_t multicastSlotRxConfig; in LoRaMacClassBProcessMulticastSlot() local
1187 &multicastSlotRxConfig ); in LoRaMacClassBProcessMulticastSlot()
1188 Ctx.PingSlotCtx.SymbolTimeout = multicastSlotRxConfig.WindowTimeout; in LoRaMacClassBProcessMulticastSlot()
1191 if( ( int32_t )multicastSlotTime > multicastSlotRxConfig.WindowOffset ) in LoRaMacClassBProcessMulticastSlot()
1193 multicastSlotTime += multicastSlotRxConfig.WindowOffset; in LoRaMacClassBProcessMulticastSlot()
1246multicastSlotRxConfig.Datarate = Ctx.PingSlotCtx.NextMulticastChannel->ChannelParams.RxParams.Para… in LoRaMacClassBProcessMulticastSlot()
1247multicastSlotRxConfig.DownlinkDwellTime = Ctx.LoRaMacClassBParams.LoRaMacParams->DownlinkDwellTime; in LoRaMacClassBProcessMulticastSlot()
1248 multicastSlotRxConfig.Frequency = frequency; in LoRaMacClassBProcessMulticastSlot()
1249 multicastSlotRxConfig.RxContinuous = false; in LoRaMacClassBProcessMulticastSlot()
1250 multicastSlotRxConfig.RxSlot = RX_SLOT_WIN_CLASS_B_MULTICAST_SLOT; in LoRaMacClassBProcessMulticastSlot()
[all …]