Home
last modified time | relevance | path

Searched refs:pauseEmulation (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DTerminalTester.cs136 if(pauseEmulation) in WriteChar()
139 pauseEmulation = false; in WriteChar()
146 … bool treatAsRegex = false, bool includeUnfinishedLine = false, bool pauseEmulation = false, bool … in WaitFor() argument
151 …tern, includeUnfinishedLine, timeout ?? GlobalTimeout, treatAsRegex, pauseEmulation, matchNextLine… in WaitFor()
178 }, timeout ?? GlobalTimeout, pauseEmulation); in WaitFor()
187 … bool treatAsRegex = false, bool includeUnfinishedLine = false, bool pauseEmulation = false, bool … in WaitFor() argument
195 …s[0], includeUnfinishedLine, timeout ?? GlobalTimeout, treatAsRegex, pauseEmulation, matchFromNext… in WaitFor()
201 return WaitFor(patterns[0], timeout, treatAsRegex, true, pauseEmulation); in WaitFor()
203 …turn WaitForMultilineMatch(patterns, timeout, treatAsRegex, includeUnfinishedLine, pauseEmulation); in WaitFor()
210 pauseEmulation, true); in WaitFor()
[all …]
DLEDTester.cs37 public LEDTester AssertState(bool state, float? timeout = null, bool pauseEmulation = false) in AssertState() argument
50 if(pauseEmulation && currState == state) in AssertState()
64 … emulationPausedEvent = StartEmulationAndGetPausedEvent(emulation, pauseEmulation); in AssertState()
87 …ndHoldState(bool initialState, float timeoutAssert, float timeoutHold, bool pauseEmulation = false) in AssertAndHoldState() argument
108 …tEvent = GetTimeoutEvent((ulong)(timeoutHold * 1000), MakePauseRequest(emulation, pauseEmulation)); in AssertAndHoldState()
124 MakePauseRequest(emulation, pauseEmulation && isHolding)); in AssertAndHoldState()
125 … emulationPausedEvent = StartEmulationAndGetPausedEvent(emulation, pauseEmulation); in AssertAndHoldState()
176 …float testDuration, double expectedDutyCycle, double tolerance = 0.05, bool pauseEmulation = false) in AssertDutyCycle() argument
202 …Event = GetTimeoutEvent((ulong)(testDuration * 1000), MakePauseRequest(emulation, pauseEmulation)); in AssertDutyCycle()
203 emulationPausedEvent = StartEmulationAndGetPausedEvent(emulation, pauseEmulation); in AssertDutyCycle()
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs519 Action pauseEmulation = null; in PauseAndRequestEmulationPause()
520 pauseEmulation = () => in PauseAndRequestEmulationPause()
523 LocalTimeSource.SinksReportedHook -= pauseEmulation; in PauseAndRequestEmulationPause()
525 LocalTimeSource.SinksReportedHook += pauseEmulation; in PauseAndRequestEmulationPause()