Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DMPC5567_INTC.cs34 return HandlePriorityRead(offset - (long)Register.InterruptPriority0); in ReadByte()
129 private byte HandlePriorityRead(long interruptNo) in HandlePriorityRead() method in Antmicro.Renode.Peripherals.IRQControllers.MPC5567_INTC
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DNVIC.cs131 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