Home
last modified time | relevance | path

Searched defs:SamplesCount (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/RESD/
DDataBlock.cs29 ulong SamplesCount { get; } property
48 public abstract ulong SamplesCount { get; } property in Antmicro.Renode.Utilities.RESD.DataBlock
138 public override ulong SamplesCount => samplesCount.Value; field in Antmicro.Renode.Utilities.RESD.ConstantFrequencySamplesDataBlock
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Sensor/
DSensorSamplesFifo.cs119 public uint SamplesCount => (uint)samplesFifo.Count; field in Antmicro.Renode.Peripherals.Sensors.T
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DResdCommand.cs228 SamplesCount, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DLIS2DW12.cs1132 public uint SamplesCount => (uint)Math.Min(queue.Count, Capacity); field in Antmicro.Renode.Peripherals.Sensors.LIS2DW12.LIS2DW12_FIFO
DLSM6DSO_IMU.cs747 public uint SamplesCount => (uint)queue.Count; field in Antmicro.Renode.Peripherals.Sensors.LSM6DSO_IMU.LSM6DSO_FIFO