Searched defs:msbFirst (Results 1 – 2 of 2) sorted by relevance
130 public Decoder(int width, bool msbFirst = false, IEmulationElement loggingParent = null) in Decoder()176 private readonly bool msbFirst; field in Antmicro.Renode.Utilities.BitBangHelper.Decoder
88 … public void AppendMaskedValue(uint value, uint offset = 0, uint length = 32, bool msbFirst = true) in AppendMaskedValue()