Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DStateMask.cs31 var bit = (ulong)BitHelper.Bit((byte)position); in WithBitValue()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DBitBanding.tt87 this.NoisyLog("Bit-band operation: 0x{0:X} -> 0x{1:X}.", from, retval);
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DAtmel91SystemTimer.cs35 …uptibleTimer(machine, 32768, this, nameof(RealTimeTimer), (ulong)BitHelper.Bit(20), Direction.Asce… in Atmel91SystemTimer()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DBitHelper.cs37 public static long Bit(byte b) in Bit() method in Antmicro.Renode.Utilities.BitHelper