Home
last modified time | relevance | path

Searched defs:ClockEntry (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/
DClockEntry.cs15 public struct ClockEntry struct
17ClockEntry(ulong period, long frequency, Action handler, IEmulationElement owner, string localName… in ClockEntry() argument
33 …try With(ulong? period = null, long? frequency = null, Action handler = null, bool? enabled = null, in With()
52 public ulong Value;
53 public Fraction ValueResiduum;
55 public ulong Period { get; }
56 public Action Handler { get; }
57 public bool Enabled { get; }
58 public Direction Direction { get; }
59 public WorkMode WorkMode { get; }
[all …]
DIClockSource.cs17 void ExchangeClockEntryWith(Action handler, Func<ClockEntry, ClockEntry> visitor, in ExchangeClockEntryWith()
DBaseClockSource.cs90 … public virtual void ExchangeClockEntryWith(Action handler, Func<ClockEntry, ClockEntry> visitor, in ExchangeClockEntryWith()