Home
last modified time | relevance | path

Searched defs:expectedValue (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DSysbusTester.cs67 public void WaitForByteWrite(ulong address, byte expectedValue, float timeout) in WaitForByteWrite()
72 public void WaitForWordWrite(ulong address, uint expectedValue, float timeout) in WaitForWordWrite()
77 public void WaitForDoubleWordWrite(ulong address, uint expectedValue, float timeout) in WaitForDoubleWordWrite()
82 public void WaitForQuadWordWrite(ulong address, uint expectedValue, float timeout) in WaitForQuadWordWrite()
DLEDTester.cs270 private bool IsInRange(double actualValue, double expectedValue, double tolerance) in IsInRange()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DZynq7000_SystemLevelControlRegisters.cs96 …private void ChangeWriteProtection(uint value, uint expectedValue, bool requestedProtection, strin… in ChangeWriteProtection()