Searched refs:HandlePriorityRead (Results 1 – 2 of 2) sorted by relevance
34 return HandlePriorityRead(offset - (long)Register.InterruptPriority0); in ReadByte()129 private byte HandlePriorityRead(long interruptNo) in HandlePriorityRead() method in Antmicro.Renode.Peripherals.IRQControllers.MPC5567_INTC
131 return HandlePriorityRead(offset - PriorityStart, true, isSecure); in ReadDoubleWord()207 return HandlePriorityRead(offset - 0xD14, false, isSecure); in ReadDoubleWord()973 private uint HandlePriorityRead(long offset, bool externalInterrupt, bool isSecure) in HandlePriorityRead() method in Antmicro.Renode.Peripherals.IRQControllers.NVIC