Home
last modified time | relevance | path

Searched defs:targets (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DGPIO.cs158 private readonly IList<GPIOEndpoint> targets; field in Antmicro.Renode.Core.GPIO
DIGPIORedirector.cs160 private readonly IList<GPIOEndpoint> targets; field in Antmicro.Renode.Core.IGPIORedirector.GPIOWrapper
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/
DTimeSourceBase.cs956 public void ExecuteInSerial(IEnumerable<T> targets) in ExecuteInSerial()
976 public void ExecuteInParallel(IEnumerable<T> targets) in ExecuteInParallel()
991 private bool ExecuteTestPhase(IEnumerable<T> targets) in ExecuteTestPhase()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs1811 private static void ThrowIfNotAllMemory(IEnumerable<PeripheralLookupResult> targets) in ThrowIfNotAllMemory()