Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DRenesasRA6_GPIO.cs21 … protected override List<InterruptOutput>[] PinInterruptOutputs => new List<InterruptOutput>[]
23 /* PORT0 */ new List<InterruptOutput>
25 new InterruptOutput(0, IRQ6),
26 new InterruptOutput(1, IRQ7),
27 new InterruptOutput(2, IRQ8),
28 new InterruptOutput(4, IRQ9),
29 new InterruptOutput(5, IRQ10),
30 new InterruptOutput(6, IRQ11),
31 new InterruptOutput(8, IRQ12),
32 new InterruptOutput(9, IRQ13),
[all …]
DRenesasRA8_GPIO.cs21 … protected override List<InterruptOutput>[] PinInterruptOutputs => new List<InterruptOutput>[]
23 /* PORT0 */ new List<InterruptOutput>
25 new InterruptOutput(0, IRQ6),
26 new InterruptOutput(1, IRQ7),
27 new InterruptOutput(2, IRQ8),
28 new InterruptOutput(4, IRQ9),
29 new InterruptOutput(5, IRQ10),
30 new InterruptOutput(6, IRQ11),
31 new InterruptOutput(8, IRQ12),
32 new InterruptOutput(9, IRQ13),
[all …]
DRenesasRA4_GPIO.cs21 … protected override List<InterruptOutput>[] PinInterruptOutputs => new List<InterruptOutput>[]
23 /* PORT0 */ new List<InterruptOutput>
25 new InterruptOutput(0, IRQ6),
26 new InterruptOutput(1, IRQ7),
27 new InterruptOutput(2, IRQ2),
28 new InterruptOutput(4, IRQ3),
29 new InterruptOutput(5, IRQ10),
30 new InterruptOutput(11, IRQ15),
31 new InterruptOutput(15, IRQ7),
33 /* PORT1 */ new List<InterruptOutput>
[all …]
DRenesasRA2_GPIO.cs21 … protected override List<InterruptOutput>[] PinInterruptOutputs => new List<InterruptOutput>[]
23 /* PORT0 */ new List<InterruptOutput>
25 new InterruptOutput(0, IRQ6),
26 new InterruptOutput(1, IRQ7),
27 new InterruptOutput(2, IRQ2),
28 new InterruptOutput(4, IRQ3),
29 new InterruptOutput(15, IRQ7),
31 /* PORT1 */ new List<InterruptOutput>
33 new InterruptOutput(0, IRQ2),
34 new InterruptOutput(1, IRQ1),
[all …]
DRenesasRA_GPIO.cs258 abstract protected List<InterruptOutput>[] PinInterruptOutputs { get; }
266 protected class InterruptOutput class in Antmicro.Renode.Peripherals.GPIOPort.RenesasRA_GPIO
268 public InterruptOutput(int pinNumber, GPIO irq) in InterruptOutput() method in Antmicro.Renode.Peripherals.GPIOPort.RenesasRA_GPIO.InterruptOutput