D | CoSimulationConnection.cs | 241 if(timer != null) in Reset() 243 timer.Reset(); in Reset() 332 …timer = new LimitTimer(machine.ClockSource, frequency, null, LimitTimerName, limitBuffer, enabled:… in SetupConnection() 333 timer.LimitReached += () => in SetupConnection() 513 private LimitTimer timer; field in Antmicro.Renode.Plugins.CoSimulationPlugin.Connection.CoSimulationConnection
|