Searched refs:GetPriority (Results 1 – 1 of 1) sorted by relevance
42 …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