Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/
DEtherBoneBridge.cs75 private bool TryRead(uint offset, out uint result) in TryRead() method in Antmicro.Renode.Peripherals.EtherBoneBridge
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DSAM_PDC.cs506 private bool TryRead() in TryRead() method in Antmicro.Renode.Peripherals.DMA.SAM_PDC
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/Registers/
DRegisterCollection.cs162 public bool TryRead(long offset, out T result) in TryRead() method in Antmicro.Renode.Core.Structure.Registers.BaseRegisterCollection