Home
last modified time | relevance | path

Searched refs:IIndirectCSRPeripheral (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DIIndirectCSRPeripheral.cs10 public interface IIndirectCSRPeripheral : IPeripheral interface
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DBaseRiscV.cs28 …tainer<ICFU, NumberRegistrationPoint<int>>, IPeripheralContainer<IIndirectCSRPeripheral, BusRangeR…
54 indirectCsrPeripherals = new Dictionary<BusRangeRegistration, IIndirectCSRPeripheral>(); in BaseRiscV()
142 … public void Register(IIndirectCSRPeripheral peripheral, BusRangeRegistration registrationPoint) in Register()
148 public void Unregister(IIndirectCSRPeripheral peripheral) in Unregister()
157 … public IEnumerable<BusRangeRegistration> GetRegistrationPoints(IIndirectCSRPeripheral peripheral) in GetRegistrationPoints()
162 …IEnumerable<IRegistered<IIndirectCSRPeripheral, BusRangeRegistration>> IPeripheralContainer<IIndir…
708 private IIndirectCSRPeripheral GetIndirectCsrPeripheral(uint iselect) in GetIndirectCsrPeripheral()
871 … private readonly Dictionary<BusRangeRegistration, IIndirectCSRPeripheral> indirectCsrPeripherals;
DCoreLocalInterruptController.cs22 …calInterruptController : IBytePeripheral, IDoubleWordPeripheral, IIndirectCSRPeripheral, IProvides…