Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DAmbiqApollo4_IOMaster.cs918 if(CheckResetFlag("get")) in DirectGet()
927 if(CheckResetFlag("set")) in DirectSet()
953 …if(CheckResetFlag("advance the pointer") && Check(!Empty, "Cannot advance the pointer; FIFO is emp… in TryAdvancePointer()
968 … if(CheckResetFlag(actionName) && Check(!Empty, $"Cannot {actionName}; FIFO is empty.")) in TryPeek()
995 if(CheckResetFlag("push") && Check(!Full, "Cannot push; FIFO is full.")) in TryReceiveAndPush()
1035 private bool CheckResetFlag(string actionName) in CheckResetFlag() method in Antmicro.Renode.Peripherals.SPI.AmbiqApollo4_IOMaster.Fifo