Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DGenericSPISensor.cs49 private readonly SensorSamplesFifo<ScalarSample> samplesFifo; field in Antmicro.Renode.Peripherals.Sensors.GenericSPISensor
DMAX30208.cs417 private readonly Queue<TemperatureSampleWrapper> samplesFifo; field in Antmicro.Renode.Peripherals.Sensors.MAX30208
DADXL345.cs296 private readonly Queue<Sample> samplesFifo; field in Antmicro.Renode.Peripherals.Sensors.ADXL345
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Sensor/
DSensorSamplesFifo.cs198 private readonly Queue<T> samplesFifo; field in Antmicro.Renode.Peripherals.Sensors.T