Home
last modified time | relevance | path

Searched defs:pauseEmulation (Results 1 – 4 of 4) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/
DLedKeywords.cs31 …ssertLedState(bool state, float? timeout = null, int? testerId = null, bool pauseEmulation = false) in AssertLedState()
38 bool pauseEmulation = false) in AssertAndHoldLedState()
45 bool pauseEmulation = false) in AssertLedDutyCycle()
52 int? testerId = null, bool pauseEmulation = false) in AssertLedIsBlinking()
DUartKeywords.cs75 bool? pauseEmulation = null) in WaitForPromptOnUart()
82 … bool includeUnfinishedLine = false, bool? pauseEmulation = null, bool? matchNextLine = null) in WaitForLineOnUart()
93 … bool includeUnfinishedLine = false, bool? pauseEmulation = null, bool? matchFromNextLine = null) in WaitForLinesOnUart()
104 bool? pauseEmulation = null, bool? matchStart = false) in WaitForBytesOnUart()
134 …ult WaitForNextLineOnUart(float? timeout = null, int? testerId = null, bool? pauseEmulation = null) in WaitForNextLineOnUart()
163 …t(string content = "", int? testerId = null, bool? waitForEcho = null, bool? pauseEmulation = null) in WriteLineToUart()
175 … public void TestIfUartIsIdle(float timeout, int? testerId = null, bool? pauseEmulation = null) in TestIfUartIsIdle()
DLogTester.cs91 bool pauseEmulation = false, LogLevel level = null) in WaitForEntry()
190 private bool pauseEmulation; field in Antmicro.Renode.RobotFramework.LogTester
DRenodeKeywords.cs317 bool? pauseEmulation = null, LogLevel level = null) in WaitForLogEntry()
336 …String pattern, float? timeout = null, bool treatAsRegex = false, bool? pauseEmulation = null, Log… in ShouldNotBeInLog()