Searched refs:GetCpuInterruptNumber (Results 1 – 5 of 5) sorted by relevance
25 public static uint GetCpuInterruptNumber(this IGaislerAPB @this, IGPIO gpio) in GetCpuInterruptNumber() method in Antmicro.Renode.Peripherals.Bus.IGaislerAPBExtensions
79 public uint GetInterruptNumber() => this.GetCpuInterruptNumber(IRQ); in GetInterruptNumber()
69 public uint GetInterruptNumber() => this.GetCpuInterruptNumber(Connections[0]); in GetInterruptNumber()
173 return this.GetCpuInterruptNumber(IRQ); in GetInterruptNumber()
353 return this.GetCpuInterruptNumber(irqs[0]); in GetInterruptNumber()