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