Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/
DSTM32_ADC_Common.cs351 private uint MilivoltsToSample(double sampleInMilivolts) in MilivoltsToSample() argument
372 …uint referencedValue = (uint)Math.Round((sampleInMilivolts / (referenceVoltage * 1000)) * ((1 << r… in MilivoltsToSample()