Searched refs:Bit (Results 1 – 4 of 4) sorted by relevance
31 var bit = (ulong)BitHelper.Bit((byte)position); in WithBitValue()
87 this.NoisyLog("Bit-band operation: 0x{0:X} -> 0x{1:X}.", from, retval);
35 …uptibleTimer(machine, 32768, this, nameof(RealTimeTimer), (ulong)BitHelper.Bit(20), Direction.Asce… in Atmel91SystemTimer()
37 public static long Bit(byte b) in Bit() method in Antmicro.Renode.Utilities.BitHelper