Home
last modified time | relevance | path

Searched defs:bit (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DSTM32_EXTICore.cs69 public void UpdatePendingValue(byte bit, bool value) in UpdatePendingValue()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DBitHelper.cs51 public static bool IsBitSet(uint reg, byte bit) in IsBitSet()
56 public static bool IsBitSet(ulong reg, byte bit) in IsBitSet()
350 public static void SetBit(ref ulong reg, byte bit, bool value) in SetBit()
362 public static void SetBit(ref uint reg, byte bit, bool value) in SetBit()
374 public static void SetBit(ref byte reg, byte bit, bool value) in SetBit()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DPacketTests.cs396 public bool bit; field