Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/
DCAES_ADC.cs127 private uint GetDifferentialValue(uint voltagePositive, uint voltageNegative) in GetDifferentialValue() method in Antmicro.Renode.Peripherals.Analog.CAES_ADC
184 …channelData[dataChannelIdx].Value = GetDifferentialValue(GetChannelVoltage(dataChannelIdx), GetCha… in OnConversionFinished()