Home
last modified time | relevance | path

Searched defs:Destination (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DMSCM.cs228 private struct Destination struct in Antmicro.Renode.Peripherals.IRQControllers.MSCM
230 public Destination(IGPIOReceiver receiver, int destinationNo) in Destination() argument
236 public void OnGPIO(bool state) in OnGPIO()
241 public readonly IGPIOReceiver receiver;
242 public readonly int destinationNo;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/DMA/
DRequest.cs44 public Place Destination { get; private set; } property
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_KeyManager.cs638 private enum Destination enum in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_KeyManager