Searched refs:ActiveBitStart (Results 1 – 1 of 1) sorted by relevance
149 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