Searched refs:currentChannel (Results 1 – 4 of 4) sorted by relevance
158 currentChannel = 0; in Reset()217 … currentChannel = (scanDirection.Value == ScanDirection.Ascending) ? 0 : ChannelCount - 1; in StartSampling()222 currentChannel = (int)regularSequence[sequenceCounter].Value; in StartSampling()247 … var enabledOnCurrent = enabledOnAll || (int)analogWatchdogChannel.Value == currentChannel; in WatchdogEnabled()250 return analogWatchdog2SelectedChannels[currentChannel].Value; in WatchdogEnabled()252 return analogWatchdog3SelectedChannels[currentChannel].Value; in WatchdogEnabled()262 currentChannel = 0; in SampleNextChannel()271 iterationFinished = () => currentChannel >= ChannelCount; in SampleNextChannel()278 while(!iterationFinished() && currentChannel >= 0) in SampleNextChannel()280 if(hasChannelSelect && !channelSelected[currentChannel]) in SampleNextChannel()[all …]
58 switch(currentChannel.Value) in GetValueFromActiveChannel()73 … this.Log(LogLevel.Warning, "{0} is not supported; ignoring", currentChannel.Value); in GetValueFromActiveChannel()131 … .WithEnumField<DoubleWordRegister, Channels>(12, 4, out currentChannel, name: "CTRL.ch_sel") in DefineRegisters()201 private IEnumRegisterField<Channels> currentChannel; field in Antmicro.Renode.Peripherals.Analog.MAX32650_ADC
231 currentChannel = channels[regularSequence[currentChannelIdx].Value]; in EnableADC()257 currentChannel.PrepareSample(); in OnConversionFinished()258 adcData = currentChannel.GetSample(); in OnConversionFinished()275 currentChannel = channels[regularSequence[currentChannelIdx].Value]; in OnConversionFinished()313 private ADCChannel currentChannel; field in Antmicro.Renode.Peripherals.Analog.STM32_ADC
814 private int currentChannel = 0; field in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio818 return currentChannel;822 currentChannel = value;