Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/
DADCChannel.cs106 public static IEnumerable<uint> ParseSamplesFile(string path) in ParseSamplesFile() method in Antmicro.Renode.Peripherals.Analog.ADCChannel
DEOSS3_ADC.cs62 private IEnumerable<Sample> ParseSamplesFile(string path) in ParseSamplesFile() method in Antmicro.Renode.Peripherals.Analog.EOSS3_ADC
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Sensor/
DSensorSamplesFifo.cs153 private IEnumerable<T> ParseSamplesFile(string path, Func<string[], T> sampleConstructor) in ParseSamplesFile() method in Antmicro.Renode.Peripherals.Sensors.T
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DADXL345.cs210 private IEnumerable<Sample> ParseSamplesFile(string path) in ParseSamplesFile() method in Antmicro.Renode.Peripherals.Sensors.ADXL345