Lines Matching refs:spiHost
25 spiHost = new SpiHost(peripheral); in Setup()
27 hostMachine.AddHostMachineElement(spiHost, "spiHostMock"); in Setup()
48 spiHost.WriteBytes("deadbeef"); in ShouldReceiveDataToFifo()
65 var output = spiHost.ReadBytes(4); in ShouldBeAbleToTransmitData()
74 spiHost.WriteBytes(hexstring); in ShouldBeAbleToResetFifos()
94 spiHost.WriteBytes("FF"); in ShouldSetInterruptOnRxFifoFull()
97 spiHost.WriteBytes("FF"); in ShouldSetInterruptOnRxFifoFull()
109 spiHost.WriteBytes("FF"); in ShouldSetInterruptOnRxOverflow()
112 spiHost.WriteBytes("FF"); in ShouldSetInterruptOnRxOverflow()
123 spiHost.WriteBytes("FF"); in ShouldSetInterruptOnRxFifoWatermark()
126 spiHost.WriteBytes("FF"); in ShouldSetInterruptOnRxFifoWatermark()
247 private SpiHost spiHost; field in Antmicro.Renode.PeripheralsTests.OpenTitan_SpiDeviceTest