Searched defs:ClockEntry (Results 1 – 3 of 3) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/ |
| D | ClockEntry.cs | 15 public struct ClockEntry struct 17 …ClockEntry(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 …]
|
| D | IClockSource.cs | 17 void ExchangeClockEntryWith(Action handler, Func<ClockEntry, ClockEntry> visitor, in ExchangeClockEntryWith()
|
| D | BaseClockSource.cs | 90 … public virtual void ExchangeClockEntryWith(Action handler, Func<ClockEntry, ClockEntry> visitor, in ExchangeClockEntryWith()
|