Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Bus/
DIGaislerAPB.cs25 public static uint GetCpuInterruptNumber(this IGaislerAPB @this, IGPIO gpio) in GetCpuInterruptNumber() method in Antmicro.Renode.Peripherals.Bus.IGaislerAPBExtensions
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DGaislerAPBUART.cs79 public uint GetInterruptNumber() => this.GetCpuInterruptNumber(IRQ); in GetInterruptNumber()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DGaisler_GPTimer.cs69 public uint GetInterruptNumber() => this.GetCpuInterruptNumber(Connections[0]); in GetInterruptNumber()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DGaislerEth.cs173 return this.GetCpuInterruptNumber(IRQ); in GetInterruptNumber()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DGaislerMIC.cs353 return this.GetCpuInterruptNumber(irqs[0]); in GetInterruptNumber()