Home
last modified time | relevance | path

Searched refs:GetOrDefault (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ICM20948/
DICM20948.cs207 …public ByteRegisterCollection RegistersCollection => userBankRegisters.GetOrDefault(userBankSelect…
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DMisc.cs576 …public static TValue GetOrDefault<TKey, TValue>(this IReadOnlyDictionary<TKey, TValue> @this, TKey… in GetOrDefault() method in Antmicro.Renode.Utilities.Misc
578 return @this.GetOrDefault(key, default(TValue)); in GetOrDefault()
581 …public static TValue GetOrDefault<TKey, TValue>(this IReadOnlyDictionary<TKey, TValue> @this, TKey… in GetOrDefault() method in Antmicro.Renode.Utilities.Misc
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DSAM4S_TWI.cs305 return ChildCollection.GetOrDefault((int)slaveAddress); in FindPeripheral()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs693 return variables.GetOrDefault(GetVariableName(name))?.GetObjectValue(); in GetVariable()