Searched refs:AsByte (Results 1 – 2 of 2) sorted by relevance
102 public byte AsByte(uint offset = 0, int length = 8) in AsByte() method in Antmicro.Renode.Utilities.BitStream152 result[i] = AsByte(offset + 8 * i); in AsByteArray()164 return (AsByte(offset, length) in AsUInt32()165 | (uint)AsByte(offset + 8, length - 8) << 8 in AsUInt32()166 | (uint)AsByte(offset + 16, length - 16) << 16 in AsUInt32()167 | (uint)AsByte(offset + 24, length - 24) << 24); in AsUInt32()
242 return GenerateR1Response(illegalCommand: true).AsByte(); in Transmit()