Searched refs:TryGetCurrentSample (Results 1 – 9 of 9) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/RESD/ |
| D | RESDStream.cs | 108 …public static RESDStreamStatus TryGetCurrentSample<T, Out>(this RESDStream<T> @this, IPeripheral p… 111 … var result = @this.TryGetCurrentSample(peripheral, out var originalSample, out timestamp); 168 …public RESDStreamStatus TryGetCurrentSample(IPeripheral peripheral, out Out sample, out TimeInterv… in TryGetCurrentSample() method in Antmicro.Renode.Utilities.RESD.RESDStream 170 var result = TryGetCurrentSample(peripheral, out T originalSample, out timestamp); in TryGetCurrentSample() 208 …public RESDStreamStatus TryGetCurrentSample(IPeripheral peripheral, out T sample, out TimeInterval… in TryGetCurrentSample() method in Antmicro.Renode.Utilities.RESD.RESDStream 281 var status = TryGetCurrentSample(owner, out var sample, out var timestamp); in StartSampleFeedThread()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ICM20948/ |
| D | ICM20948_Thermometer.cs | 34 switch(resdTemperatureStream.TryGetCurrentSample(this, out var sample, out _))
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/ |
| D | RenesasDA14_GPADC.cs | 79 …if(resdStream[channelId] == null || resdStream[channelId].TryGetCurrentSample(this, (sample) => sa… in HandleConversion()
|
| D | CAES_ADC.cs | 91 …if(resdStream[dataChannelId] == null || resdStream[dataChannelId].TryGetCurrentSample(this, (sampl… in GetChannelVoltage()
|
| D | SAM4S_ADC.cs | 75 … var streamStatus = channelStream[channelIndex].TryGetCurrentSample(this, out var sample, out _); in GetChannelValue()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ |
| D | AS6221.cs | 150 …switch(resdStream.TryGetCurrentSample(this, (sample) => sample.Temperature / 1000m, out var temper… in HandleConversion()
|
| D | HS3001.cs | 221 switch(stream.TryGetCurrentSample(this, transformer, out var sample, out _))
|
| D | AK0991x.cs | 163 switch(magResdStream.TryGetCurrentSample(this, out var sample, out var _)) in GetSampleFromRESDStream()
|
| D | MAX30208.cs | 381 …return resdStream.TryGetCurrentSample(this, out var sample, out _) == RESDStreamStatus.OK ? sample…
|