Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DAmbiqApollo4_IOMaster.cs953 …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()
1025 private bool Check(bool condition, string errorMessage) in Check() method in Antmicro.Renode.Peripherals.SPI.AmbiqApollo4_IOMaster.Fifo
1037 return Check(!resetFlag, $"Cannot {actionName}; the reset flag is set."); in CheckResetFlag()