Searched refs:PeripheralEntry (Results 1 – 3 of 3) sorted by relevance
64 PeripheralEntry = rawNode.Key; in PeripheralNode()71 if(newChild.PeripheralEntry.Parent == PeripheralEntry.Peripheral) in AddChild()88 if(PeripheralEntry.Peripheral == peripherial) in Contains()109 …writer.WriteLine(String.Format("{0}{1} ({2})", indent, PeripheralEntry.Name, PeripheralEntry.Type.… in PrintTree()111 if(PeripheralEntry.Parent != null) in PrintTree()114 if(!(PeripheralEntry.RegistrationPoint is ITheOnlyPossibleRegistrationPoint)) in PrintTree()135 private PeripheralTreeEntry PeripheralEntry; field in Antmicro.Renode.UserInterface.Commands.PeripheralsCommand.PeripheralNode
60 public class PeripheralEntry : BaseEntry class62 … public PeripheralEntry(byte operation, ulong address) : base(ProfilerEntryType.PeripheralAccess) in PeripheralEntry() method in Antmicro.Renode.Logging.Profiling.PeripheralEntry
2298 … machine.Profiler?.Log(new PeripheralEntry((byte)operation, physicalAddress)); in EnableProfiling()