Searched refs:GenericTxUnderflow (Results 1 – 2 of 2) sorted by relevance
35 GenericTxUnderflow = new GPIO(); in OpenTitan_SpiDevice()211 public GPIO GenericTxUnderflow { get; } property in Antmicro.Renode.Peripherals.SPI.OpenTitan_SpiDevice584 … GenericTxUnderflow.Set(txUnderflowInterruptState.Value && txUnderflowInterruptEnable.Value); in UpdateInterrupts()
152 Assert.True(peripheral.GenericTxUnderflow.IsSet, "Interrupt not set when expected"); in ShouldSetInterruptOnTxUnderflow()