Searched refs:multicastSlotRxConfig (Results 1 – 1 of 1) sorted by relevance
1112 static RxConfigParams_t multicastSlotRxConfig; in LoRaMacClassBProcessMulticastSlot() local1187 &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()1246 …multicastSlotRxConfig.Datarate = Ctx.PingSlotCtx.NextMulticastChannel->ChannelParams.RxParams.Para… in LoRaMacClassBProcessMulticastSlot()1247 …multicastSlotRxConfig.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 …]