Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DIGPIO.cs14 bool IsSet { get; } property
DGPIOGate.cs81 public bool IsSet => destination.IsSet; field in Antmicro.Renode.Core.GPIOGate.IrqNode
DGPIO.cs90 public bool IsSet property in Antmicro.Renode.Core.GPIO
DIGPIORedirector.cs133 public bool IsSet property in Antmicro.Renode.Core.IGPIORedirector.GPIOWrapper
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DInterruptManager.cs278 public bool IsSet(TInterrupt interrupt) in IsSet() method in Antmicro.Renode.Utilities.TInterrupt