Home
last modified time | relevance | path

Searched defs:PeripheralEntry (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Profiler/
DProfilerEntry.cs60 public class PeripheralEntry : BaseEntry class
62 … public PeripheralEntry(byte operation, ulong address) : base(ProfilerEntryType.PeripheralAccess) in PeripheralEntry() method in Antmicro.Renode.Logging.Profiling.PeripheralEntry
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DPeripheralsCommand.cs135 private PeripheralTreeEntry PeripheralEntry; field in Antmicro.Renode.UserInterface.Commands.PeripheralsCommand.PeripheralNode