Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DAmbiqApollo4_IOMaster.cs302 if(!incomingFifo.TryReceiveAndPush(ReceiveData)) in DefineRegisters()
574 if(fifo.TryReceiveAndPush(ReceiveData)) in IncomingFifoCountChangeAction()
989 return TryReceiveAndPush(() => value); in TryPush()
993 public bool TryReceiveAndPush(Func<uint> receiveFunction) in TryReceiveAndPush() method in Antmicro.Renode.Peripherals.SPI.AmbiqApollo4_IOMaster.Fifo