Home
last modified time | relevance | path

Searched refs:TimeInterval (Results 1 – 6 of 6) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/
DUartKeywords.cs62 …tester = new TerminalTester(TimeInterval.FromSeconds(timeoutInSeconds), result, binaryMode: binary… in CreateTerminalTester()
66 … tester = new TerminalTester(TimeInterval.FromSeconds(timeoutInSeconds), binaryMode: binaryMode); in CreateTerminalTester()
119 TimeInterval? timeInterval = null; in ShouldNotBeOnUart()
122 timeInterval = TimeInterval.FromSeconds(timeout.Value); in ShouldNotBeOnUart()
178 …var result = tester.IsIdle(TimeInterval.FromSeconds(timeout), pauseEmulation ?? defaultPauseEmulat… in TestIfUartIsIdle()
192 …private T DoTest<T>(float? timeout, int? testerId, Func<TerminalTester, TimeInterval?, T> test, bo… in DoTest() argument
194 TimeInterval? timeInterval = null; in DoTest()
197 timeInterval = TimeInterval.FromSeconds(timeout.Value); in DoTest()
/Renode-v1.15.3-c57714d/tests/unit-tests/
DTestPeripheral.cs39 machine.ScheduleAction(TimeInterval.FromMicroseconds(delay), (___) => in DefineRegisters()
/Renode-v1.15.3-c57714d/src/Renode/Plugins/
DOsTimeSkipHook.cs47 var timeInterval = TimeInterval.FromMicroseconds(delayUs * usPerTick); in SkipTimeHook()
/Renode-v1.15.3-c57714d/src/Renode/Network/ExternalControl/
DRunFor.cs56 var interval = TimeInterval.FromMicroseconds(microseconds); in Invoke()
/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/Peripheral/
DSystemCPeripheral.cs486 Action<TimeInterval, TimeInterval> adjustTimesyncToQuantum = ((_, newQuantum) => { in SetupTimesync()
487 if(TimeInterval.FromMicroseconds(timesyncTimer.Limit) < newQuantum) in SetupTimesync()
712 baseCPU.SkipTime(TimeInterval.FromMicroseconds(timeUS)); in TryToSkipTransactionTime()
/Renode-v1.15.3-c57714d/src/Renode/Connectors/
DGPIOConnector.cs46 vts = new TimeStamp(default(TimeInterval), EmulationManager.ExternalWorld); in OnGPIO()