Home
last modified time | relevance | path

Searched defs:TransferControlPacket (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CRC/
DSAM4S_CRCCU.cs242 private struct TransferControlPacket struct in Antmicro.Renode.Peripherals.CRC.SAM4S_CRCCU
246 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()