Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/USBIP/
DURBReply.cs24 public uint ErrorCount; field
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DEHCIHostController.cs966 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.QueueTransferDescriptor
1226 errorCount = td.ErrorCount; in FillWithTransferDescriptor()