Searched refs:spiHost (Results 1 – 1 of 1) sorted by relevance
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()[all …]