Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/
DSimpleCache.cs14 public R Get<T1, R>(T1 parameter, Func<T1, R> generator) in Get() method in Antmicro.Renode.Utilities.Collections.SimpleCache
33 public R Get<T1, T2, R>(T1 parameterT1, T2 parameterT2, Func<T1, T2, R> generator) in Get() method in Antmicro.Renode.Utilities.Collections.SimpleCache
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DConfigurationManager.cs37 public T Get<T>(string group, string name, T defaultValue, Func<T, bool> validation = null) in Get() method in Antmicro.Renode.Utilities.ConfigurationManager
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DXilinxQSPI.cs265 public uint Get() in Get() method in Antmicro.Renode.Peripherals.SPI.XilinxQSPI.ConfigRegister
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/
DUFSHostController.cs668 Get = 0x01, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/
DSimpleJson.cs148 public static object Get<K>(this HashSet<KeyValuePair<K, object>> hashSet, K key) in Get() method in Antmicro.Renode.Config.HashSetExtensions
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DNVIC.cs1910 public ref T Get(bool IsSecure) in Get() method in Antmicro.Renode.Peripherals.IRQControllers.NVIC.SecurityBanked