Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DMPC5567_INTC.cs32 … if(offset >= (long)Register.InterruptPriority0 && offset <= (long)Register.InterruptPriorityLast) in ReadByte()
42 … if(offset >= (long)Register.InterruptPriority0 && offset <= (long)Register.InterruptPriorityLast) in WriteByte()
64 … if(offset >= (long)Register.InterruptPriority0 && offset <= (long)Register.InterruptPriorityLast) in ReadDoubleWord()
94 … if(offset >= (long)Register.InterruptPriority0 && offset <= (long)Register.InterruptPriorityLast) in WriteDoubleWord()
223 InterruptPriorityLast = InterruptPriority0 + NumberOfInterrupts enumerator