Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DBitHelper.cs238 UpdateWith(ref reg, newValue << position, position, width); in UpdateWithShifted()
243 UpdateWith(ref reg, newValue << position, position, width); in UpdateWithShifted()
256 public static void UpdateWith(ref uint reg, uint newValue, int position, int width) in UpdateWith() method in Antmicro.Renode.Utilities.BitHelper
262 public static void UpdateWith(ref ulong reg, ulong newValue, int position, int width) in UpdateWith() method in Antmicro.Renode.Utilities.BitHelper
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DHS3001.cs246 BitHelper.UpdateWith(ref d, (byte)status, 6, 2); in SetStatusBits()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DMPFS_QSPI.cs52 BitHelper.UpdateWith(ref totalBytes, (uint)value, 0, 16); in MPFS_QSPI()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/Registers/
DPeripheralRegister.cs684 … BitHelper.UpdateWith(ref UnderlyingValue, value, registerField.position, registerField.width); in WriteInner()