Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DEHCIHostController.cs803 … if((async && qh.Overlay.InterruptOnComplete) || (!async && (usbFrameIndex > GetFrs()))) in ProcessList()
964 InterruptOnComplete = ((Token & (1u << 15)) != 0); in Fetch()
996 | (InterruptOnComplete ? (1u << 15) : 0) | (uint)(CurrentPage << 12) in UpdateMemory()
1017 InterruptOnComplete = overlay.InterruptOnComplete; in UpdateFromOverlay()
1044 public bool InterruptOnComplete { get; private set; } property in Antmicro.Renode.Peripherals.USBDeprecated.EHCIHostController.QueueTransferDescriptor
1224 InterruptOnComplete = td.InterruptOnComplete; in FillWithTransferDescriptor()
1249 | (InterruptOnComplete ? (1u << 15) : 0) | (uint)(CurrentPage << 12) in UpdateMemory()
1276 public bool InterruptOnComplete { get; private set; } property in Antmicro.Renode.Peripherals.USBDeprecated.EHCIHostController.QueueHeadOverlay