Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DPULP_InterruptController.cs21 …beredGPIOOutput, IKnownSize, IIRQController, IPeripheralContainer<PULP_EventController, NullRegist…
94 … public void Register(PULP_EventController peripheral, NullRegistrationPoint registrationPoint) in Register()
104 public void Unregister(PULP_EventController peripheral) in Unregister()
114 … public IEnumerable<NullRegistrationPoint> GetRegistrationPoints(PULP_EventController peripheral) in GetRegistrationPoints()
121 public IEnumerable<IRegistered<PULP_EventController, NullRegistrationPoint>> Children
127 Enumerable.Empty<IRegistered<PULP_EventController, NullRegistrationPoint>>();
157 private PULP_EventController eventController;
DPULP_EventController.cs11 public class PULP_EventController : IIRQController class
13 public PULP_EventController(PULP_InterruptController parent) in PULP_EventController() method in Antmicro.Renode.Peripherals.IRQControllers.PULP_EventController