Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DOpenTitan_SpiDeviceTest.cs25 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 …]