Searched defs:TransferControlPacket (Results 1 – 1 of 1) sorted by relevance
242 private struct TransferControlPacket struct in Antmicro.Renode.Peripherals.CRC.SAM4S_CRCCU246 public uint transferAddress;248 public uint transferSize;250 public uint transferWidth;252 public bool contextDoneInterruptEnable;254 public uint referenceCRC;257 public int readByteMultiplier;259 public static TransferControlPacket ReadFrom(ulong address, IBusController sysbus) in ReadFrom()