Lines Matching refs:newChannel
389 ChannelParams_t newChannel; in RegionIN865ApplyCFList() local
394 newChannel.DrRange.Value = ( DR_5 << 4 ) | DR_0; in RegionIN865ApplyCFList()
414 newChannel.Frequency = (uint32_t) applyCFList->Payload[i]; in RegionIN865ApplyCFList()
415 newChannel.Frequency |= ( (uint32_t) applyCFList->Payload[i + 1] << 8 ); in RegionIN865ApplyCFList()
416 newChannel.Frequency |= ( (uint32_t) applyCFList->Payload[i + 2] << 16 ); in RegionIN865ApplyCFList()
417 newChannel.Frequency *= 100; in RegionIN865ApplyCFList()
420 newChannel.Rx1Frequency = 0; in RegionIN865ApplyCFList()
424 newChannel.Frequency = 0; in RegionIN865ApplyCFList()
425 newChannel.DrRange.Value = 0; in RegionIN865ApplyCFList()
426 newChannel.Rx1Frequency = 0; in RegionIN865ApplyCFList()
429 if( newChannel.Frequency != 0 ) in RegionIN865ApplyCFList()
431 channelAdd.NewChannel = &newChannel; in RegionIN865ApplyCFList()