Searched refs:TryReceiveAndPush (Results 1 – 1 of 1) sorted by relevance
302 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