Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DPULP_EventController.cs13 public PULP_EventController(PULP_InterruptController parent) in PULP_EventController()
28 private readonly PULP_InterruptController parent;
DPULP_InterruptController.cs21 …public class PULP_InterruptController : BasicDoubleWordPeripheral, INumberedGPIOOutput, IKnownSize… class
23 public PULP_InterruptController(IMachine machine) : base(machine) in PULP_InterruptController() method in Antmicro.Renode.Peripherals.IRQControllers.PULP_InterruptController