Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DAmbiqApollo4_GPIO.cs355 TriggerInterruptInner(irqBank, banksPinOffset); in TriggerInterrupt()
356 TriggerInterruptInner(irqBank, banksPinOffset, n1Priority: true); in TriggerInterrupt()
359 private void TriggerInterruptInner(int irqBank, int banksPinOffset, bool n1Priority = false) in TriggerInterruptInner() method in Antmicro.Renode.Peripherals.GPIOPort.AmbiqApollo4_GPIO