Searched refs:ErrorCount (Results 1 – 2 of 2) sorted by relevance
24 public uint ErrorCount; field
966 ErrorCount = (byte)((Token >> 10) & 0x03u); in Fetch()997 | (uint)(ErrorCount << 10) | ((uint)PID << 8) | (uint)Status; in UpdateMemory()1034 public byte ErrorCount { get; private set; } property in Antmicro.Renode.Peripherals.USBDeprecated.EHCIHostController.QueueTransferDescriptor1226 errorCount = td.ErrorCount; in FillWithTransferDescriptor()