Home
last modified time | relevance | path

Searched refs:UpdateWithMasked (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DBitHelper.cs246 public static void UpdateWithMasked(ref uint reg, uint newValue, uint mask) in UpdateWithMasked() method in Antmicro.Renode.Utilities.BitHelper
251 public static void UpdateWithMasked(ref ulong reg, ulong newValue, ulong mask) in UpdateWithMasked() method in Antmicro.Renode.Utilities.BitHelper
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/Registers/
DPeripheralRegister.cs474 BitHelper.UpdateWithMasked(ref UnderlyingValue, resetValue, resettableMask); in Reset()