Searched defs:expectedValue (Results 1 – 3 of 3) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/ |
| D | SysbusTester.cs | 67 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()
|
| D | LEDTester.cs | 270 private bool IsInRange(double actualValue, double expectedValue, double tolerance) in IsInRange()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ |
| D | Zynq7000_SystemLevelControlRegisters.cs | 96 …private void ChangeWriteProtection(uint value, uint expectedValue, bool requestedProtection, strin… in ChangeWriteProtection()
|