Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DOpenTitan_SpiDeviceTest.cs111 Assert.False(peripheral.GenericRxOverflow.IsSet, "Overflow happend too fast"); in ShouldSetInterruptOnRxOverflow()
113 Assert.True(peripheral.GenericRxOverflow.IsSet, "Interrupt not set when expected"); in ShouldSetInterruptOnRxOverflow()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DOpenTitan_SpiDevice.cs34 GenericRxOverflow = new GPIO(); in OpenTitan_SpiDevice()
210 public GPIO GenericRxOverflow { get; } property in Antmicro.Renode.Peripherals.SPI.OpenTitan_SpiDevice
583GenericRxOverflow.Set(rxOverflowInterruptState.Value && rxOverflowInterruptEnable.Value); in UpdateInterrupts()