Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DNVIC.cs149 if(offset >= ActiveBitStart && offset < ActiveBitEnd) in ReadDoubleWord()
151 return GetActive((int)(offset - ActiveBitStart), isSecure); in ReadDoubleWord()
2170 private const int ActiveBitStart = 0x300; field in Antmicro.Renode.Peripherals.IRQControllers.NVIC