Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DOpenTitan_SpiDevice.cs35 GenericTxUnderflow = new GPIO(); in OpenTitan_SpiDevice()
211 public GPIO GenericTxUnderflow { get; } property in Antmicro.Renode.Peripherals.SPI.OpenTitan_SpiDevice
584GenericTxUnderflow.Set(txUnderflowInterruptState.Value && txUnderflowInterruptEnable.Value); in UpdateInterrupts()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DOpenTitan_SpiDeviceTest.cs152 Assert.True(peripheral.GenericTxUnderflow.IsSet, "Interrupt not set when expected"); in ShouldSetInterruptOnTxUnderflow()