Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DOpenTitan_I2C_Test.cs110 …t.AreEqual(0u, ReadFromRegister(I2C.Registers.InterruptState) & FmtOverflowInterruptMask, "Expecte… in ShouldSetExceptionOnOverflow()
113 …Assert.AreEqual(FmtOverflowInterruptMask, ReadFromRegister(I2C.Registers.InterruptState) & FmtOver… in ShouldSetExceptionOnOverflow()
359 private const uint FmtOverflowInterruptMask = 0x4; field in Antmicro.Renode.PeripheralsTests.OpenTitan_I2C_Test