Home
last modified time | relevance | path

Searched refs:ActiveBitEnd (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()
2171 private const int ActiveBitEnd = 0x320; field in Antmicro.Renode.Peripherals.IRQControllers.NVIC