Searched refs:TryGet (Results 1 – 3 of 3) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/S32K3XX_FlexIO/ | ||
| D | ResourceBlockManager.cs | 21 public bool TryGet(uint identifier, out T block) in TryGet() method in Antmicro.Renode.Peripherals.Miscellaneous.S32K3XX_FlexIOModel.T |
| D | Shifter.cs | 63 timersManager.TryGet((uint)timerSelect.Value, out var timer); |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ | ||
| D | SymbolLookup.cs | 140 return symbols.TryGet(offset, out symbol); in TryGetSymbolByAddress() |