Lines Matching refs:newChannel
584 ChannelParams_t newChannel; in RegionAS923ApplyCFList() local
589 newChannel.DrRange.Value = ( DR_5 << 4 ) | DR_0; in RegionAS923ApplyCFList()
609 newChannel.Frequency = (uint32_t) applyCFList->Payload[i]; in RegionAS923ApplyCFList()
610 newChannel.Frequency |= ( (uint32_t) applyCFList->Payload[i + 1] << 8 ); in RegionAS923ApplyCFList()
611 newChannel.Frequency |= ( (uint32_t) applyCFList->Payload[i + 2] << 16 ); in RegionAS923ApplyCFList()
612 newChannel.Frequency *= 100; in RegionAS923ApplyCFList()
615 newChannel.Rx1Frequency = 0; in RegionAS923ApplyCFList()
619 newChannel.Frequency = 0; in RegionAS923ApplyCFList()
620 newChannel.DrRange.Value = 0; in RegionAS923ApplyCFList()
621 newChannel.Rx1Frequency = 0; in RegionAS923ApplyCFList()
624 if( newChannel.Frequency != 0 ) in RegionAS923ApplyCFList()
626 channelAdd.NewChannel = &newChannel; in RegionAS923ApplyCFList()