Lines Matching refs:newChannel
408 ChannelParams_t newChannel; in RegionKR920ApplyCFList() local
413 newChannel.DrRange.Value = ( DR_5 << 4 ) | DR_0; in RegionKR920ApplyCFList()
433 newChannel.Frequency = (uint32_t) applyCFList->Payload[i]; in RegionKR920ApplyCFList()
434 newChannel.Frequency |= ( (uint32_t) applyCFList->Payload[i + 1] << 8 ); in RegionKR920ApplyCFList()
435 newChannel.Frequency |= ( (uint32_t) applyCFList->Payload[i + 2] << 16 ); in RegionKR920ApplyCFList()
436 newChannel.Frequency *= 100; in RegionKR920ApplyCFList()
439 newChannel.Rx1Frequency = 0; in RegionKR920ApplyCFList()
443 newChannel.Frequency = 0; in RegionKR920ApplyCFList()
444 newChannel.DrRange.Value = 0; in RegionKR920ApplyCFList()
445 newChannel.Rx1Frequency = 0; in RegionKR920ApplyCFList()
448 if( newChannel.Frequency != 0 ) in RegionKR920ApplyCFList()
450 channelAdd.NewChannel = &newChannel; in RegionKR920ApplyCFList()