Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DOpenTitan_I2C_Test.cs92 …t.AreEqual(0u, ReadFromRegister(I2C.Registers.InterruptState) & RxWatermarkInterruptMask, "Expecte… in ShouldSetExceptionOnRxWatermark()
95 …Assert.AreEqual(RxWatermarkInterruptMask, ReadFromRegister(I2C.Registers.InterruptState) & RxWater… in ShouldSetExceptionOnRxWatermark()
362 private const uint RxWatermarkInterruptMask = 0x2; field in Antmicro.Renode.PeripheralsTests.OpenTitan_I2C_Test
DOpenTitan_SpiDeviceTest.cs120 WriteToPeripheral(SPI.Registers.InterruptEnable, RxWatermarkInterruptMask); in ShouldSetInterruptOnRxFifoWatermark()
252 private const uint RxWatermarkInterruptMask = 1u << 1; field in Antmicro.Renode.PeripheralsTests.OpenTitan_SpiDeviceTest