Searched defs:sampleType (Results 1 – 5 of 5) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/RESD/ |
| D | RESDAttribute.cs | 15 …public RESDSampleCallbackAttribute(SampleType sampleType, uint channel = 0, RESDStreamStatus statu… in RESDSampleCallbackAttribute() 31 …public OnRESDSample(SampleType sampleType, uint channel = 0, string domain = null) : base(sampleTy… in OnRESDSample() 38 …public BeforeRESDSample(SampleType sampleType, uint channel = 0, string domain = null) : base(samp… in BeforeRESDSample() 45 …public AfterRESDSample(SampleType sampleType, uint channel = 0, string domain = null) : base(sampl… in AfterRESDSample()
|
| D | LowLevelRESDParser.cs | 192 private bool TryFindTypeBySampleType(SampleType sampleType, out Type type) in TryFindTypeBySampleType()
|
| D | DataBlock.cs | 81 …private DataBlockHeader(BlockType blockType, SampleType sampleType, ushort channel, ulong dataSize… in DataBlockHeader()
|
| D | RESDSample.cs | 232 public SampleTypeAttribute(SampleType sampleType) in SampleTypeAttribute()
|
| D | RESDStream.cs | 126 …on<Out, TimeInterval> FindCallback<Out>(IUnderstandRESD instance, SampleType sampleType, RESDStrea… in FindCallback()
|