Home
last modified time | relevance | path

Searched refs:currentChannel (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/
DSTM32_ADC_Common.cs158 currentChannel = 0; in Reset()
217currentChannel = (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 …]
DMAX32650_ADC.cs58 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
DSTM32_ADC.cs231 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
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs814 private int currentChannel = 0; field in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio
818 return currentChannel;
822 currentChannel = value;