Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/
DSimpleContainer.cs86 protected bool TryGetByAddress(int address, out T peripheral) in TryGetByAddress() method in Antmicro.Renode.Core.Structure.SimpleContainerBase
138 public new bool TryGetByAddress(int address, out T peripheral) in TryGetByAddress() method in Antmicro.Renode.Core.Structure.SimpleContainerHelper