Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DOpenTitan_I2C_Test.cs51 Assert.AreEqual(0u, ReadFromRegister(I2C.Registers.Status) & 0x04, "Fmt queue empty"); in ShouldNotStartTransactionsUntilHostIsEnabled()
53 …Assert.AreEqual(RxQueueEmptyMask, ReadFromRegister(I2C.Registers.Status) & RxQueueEmptyMask, "Rx q… in ShouldNotStartTransactionsUntilHostIsEnabled()
57 … Assert.AreEqual(0u, ReadFromRegister(I2C.Registers.Status) & RxQueueEmptyMask, "Rx queue empty"); in ShouldNotStartTransactionsUntilHostIsEnabled()
58 … Assert.AreEqual(Sensor1Id, ReadFromRegister(I2C.Registers.ReadData), "Incorrect data read"); in ShouldNotStartTransactionsUntilHostIsEnabled()
74 …Assert.AreEqual(0u, ReadFromRegister(I2C.Registers.InterruptState), "Expected no interrupts at thi… in ShouldSetExceptionOnFmtWatermark()
77 …Assert.AreEqual(FmtWatermarkInterruptMask, ReadFromRegister(I2C.Registers.InterruptState) & FmtWat… in ShouldSetExceptionOnFmtWatermark()
92 …Assert.AreEqual(0u, ReadFromRegister(I2C.Registers.InterruptState) & RxWatermarkInterruptMask, "Ex… in ShouldSetExceptionOnRxWatermark()
95 …Assert.AreEqual(RxWatermarkInterruptMask, ReadFromRegister(I2C.Registers.InterruptState) & RxWater… in ShouldSetExceptionOnRxWatermark()
110 …Assert.AreEqual(0u, ReadFromRegister(I2C.Registers.InterruptState) & FmtOverflowInterruptMask, "Ex… in ShouldSetExceptionOnOverflow()
113 …Assert.AreEqual(FmtOverflowInterruptMask, ReadFromRegister(I2C.Registers.InterruptState) & FmtOver… in ShouldSetExceptionOnOverflow()
[all …]