Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Packets/
DPacket.cs151 var bitOffset = field.BitOffset ?? 0; in TryDecode()
312 var bitOffset = field.BitOffset ?? 0; in EncodeInner()
515 public int? BitOffset => (int?)GetAttribute<OffsetAttribute>()?.OffsetInBits; field in Antmicro.Renode.Utilities.Packets.Packet.FieldPropertyInfoWrapper
517 …public int BytesRequired => ((BitOffset ?? 0) + BitWidth + 7) / 8 ?? (Width + (BitOffset > 0 ? 1 :…