Home
last modified time | relevance | path

Searched defs:decimal (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Sensor/
DSensorSamplesPacket.cs25 …public static IList<SensorSamplesPacket<T>> ParseFile(string path, Func<List<decimal>, T> sampleCo… in ParseFile()
DSensorSamplesFifo.cs55 …, IPeripheral owner, string name, string path, string delayString, Func<List<decimal>, T> sampleCo… in FeedSamplesFromBinaryFile()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ICM20948/
DICM20948.cs272 private ushort ConvertMeasurement(decimal value, Func<decimal, decimal> converter) in ConvertMeasurement()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DHS3001.cs236 …t ConvertMeasurement(decimal value, MeasurementResolution resolution, Func<decimal, decimal> conve… in ConvertMeasurement()