Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DNVIC.cs244 EnableOrDisableInterrupt((int)offset - SetEnableStart, value, true, isSecure); in WriteDoubleWord()
254 EnableOrDisableInterrupt((int)offset - ClearEnableStart, value, false, isSecure); in WriteDoubleWord()
1239 private void EnableOrDisableInterrupt(int offset, uint value, bool enable, bool isSecure) in EnableOrDisableInterrupt() method in Antmicro.Renode.Peripherals.IRQControllers.NVIC