Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DAIC.cs42 …if (CurrentIRQ.HasValue && CurrentIRQ.Value != -1 && GetPriority(number) > GetPriority(CurrentIRQ.… in OnGPIO()
68 … nestedInterruptStack.Push(Tuple.Create(CurrentIRQ.Value, (int)GetPriority(CurrentIRQ.Value))); in ReadDoubleWord()
218 if (result == null || GetPriority(i) > GetPriority(result.Value)) in CalculateCurrentInterrupt()
245 private uint GetPriority(int irq) in GetPriority() method in Antmicro.Renode.Peripherals.IRQControllers.AIC