Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DOpenTitan_SpiDeviceTest.cs125 Assert.False(peripheral.GenericRxWatermark.IsSet, "Interrupt should not be set yet"); in ShouldSetInterruptOnRxFifoWatermark()
127 Assert.True(peripheral.GenericRxWatermark.IsSet, "Interrupt not set when expected"); in ShouldSetInterruptOnRxFifoWatermark()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DOpenTitan_SpiDevice.cs31 GenericRxWatermark = new GPIO(); in OpenTitan_SpiDevice()
207 public GPIO GenericRxWatermark { get; } property in Antmicro.Renode.Peripherals.SPI.OpenTitan_SpiDevice
581GenericRxWatermark.Set(rxWatermarkInterruptState.Value && rxWatermarkInterruptEnable.Value); in UpdateInterrupts()