Home
last modified time | relevance | path

Searched defs:IsEmpty (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/
DCircularBuffer.cs133 private bool IsEmpty { get; set; } property in Antmicro.Renode.Utilities.Collections.CircularBuffer
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/UART/
DVirtualConsole.cs50 public bool IsEmpty() in IsEmpty() method in Antmicro.Renode.Peripherals.UART.VirtualConsole
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DOpenTitan_SpiDevice.cs803 public bool IsEmpty => (writePointer == readPointer) && (writePhase == readPhase); field in Antmicro.Renode.Peripherals.SPI.OpenTitan_SpiDevice.SRAMCircularFifoRange
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DK6xF_Ethernet.cs875 public bool IsEmpty property in Antmicro.Renode.Peripherals.Network.K6xF_Ethernet.DmaRxBufferDescriptor
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs2517 public bool IsEmpty { get { return !callbacks.Any(); } } property in Antmicro.Renode.Peripherals.CPU.TranslationCPU.HookDescriptor