Searched defs:CurrentSample (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/RESD/ | ||
| D | DataBlock.cs | 46 public abstract T CurrentSample { get; } property in Antmicro.Renode.Utilities.RESD.DataBlock |
| D | RESDStream.cs | 323 public T CurrentSample => currentBlock?.CurrentSample; field in Antmicro.Renode.Utilities.RESD.RESDStream |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ | ||
| D | MAX30208.cs | 373 private TemperatureSample CurrentSample property in Antmicro.Renode.Peripherals.Sensors.MAX30208 |
| D | LIS2DW12.cs | 932 private Vector3DSample CurrentSample { get; set; } = new Vector3DSample(); property in Antmicro.Renode.Peripherals.Sensors.LIS2DW12 |