Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DEHCIHostController.cs448 private uint GetFrs() in GetFrs() method in Antmicro.Renode.Peripherals.USBDeprecated.EHCIHostController
463 for(uint counter = 0; counter < GetFrs(); counter += 4) in PeriodicListScheduleThread()
803 … if((async && qh.Overlay.InterruptOnComplete) || (!async && (usbFrameIndex > GetFrs()))) in ProcessList()
813 usbFrameIndex -= GetFrs(); in ProcessList()