Searched refs:GenericRxOverflow (Results 1 – 2 of 2) sorted by relevance
111 Assert.False(peripheral.GenericRxOverflow.IsSet, "Overflow happend too fast"); in ShouldSetInterruptOnRxOverflow()113 Assert.True(peripheral.GenericRxOverflow.IsSet, "Interrupt not set when expected"); in ShouldSetInterruptOnRxOverflow()
34 GenericRxOverflow = new GPIO(); in OpenTitan_SpiDevice()210 public GPIO GenericRxOverflow { get; } property in Antmicro.Renode.Peripherals.SPI.OpenTitan_SpiDevice583 … GenericRxOverflow.Set(rxOverflowInterruptState.Value && rxOverflowInterruptEnable.Value); in UpdateInterrupts()