Home
last modified time | relevance | path

Searched defs:maskOffset (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DBitHelper.cs534 public static uint GetMaskedValue(uint reg, int maskOffset, int maskSize) in GetMaskedValue()
539 public static ulong GetMaskedValue(ulong reg, int maskOffset, int maskSize) in GetMaskedValue()
544 public static void SetMaskedValue(ref uint reg, uint value, int maskOffset, int maskSize) in SetMaskedValue()
553 public static uint SetMaskedValue(uint source, uint value, int maskOffset, int maskSize) in SetMaskedValue()
559 public static void SetMaskedValue(ref ulong reg, ulong value, int maskOffset, int maskSize) in SetMaskedValue()
568 public static ulong SetMaskedValue(ulong source, ulong value, int maskOffset, int maskSize) in SetMaskedValue()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DRenesasRZG_CPG_SYSC.cs956 …InvalidBits(uint oldVal, uint newVal, int valueOffset, int valueSize, int maskOffset, int maskSize) in GetInvalidBits()