Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DNVIC.cs129 if(offset >= PriorityStart && offset < PriorityEnd) in ReadDoubleWord()
247 if(offset >= PriorityStart && offset < PriorityEnd) in WriteDoubleWord()
2175 private const int PriorityEnd = 0x7F0; field in Antmicro.Renode.Peripherals.IRQControllers.NVIC