Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/
DNullRegistrationPointPeripheralContainer.cs25 container = new NullRegistrationPointContainerHelper<TPeripheral>(machine, this); in NullRegistrationPointPeripheralContainer()
49 private readonly NullRegistrationPointContainerHelper<TPeripheral> container;
52 …public class NullRegistrationPointContainerHelper<TPeripheral> : IPeripheralContainer<TPeripheral,… class
55 public NullRegistrationPointContainerHelper(IMachine machine, IPeripheral owner) in NullRegistrationPointContainerHelper() method in Antmicro.Renode.Core.Structure.NullRegistrationPointContainerHelper
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SCI/
DRenesasRA8M1_SCI.cs43 uartContainer = new NullRegistrationPointContainerHelper<IUART>(machine, this); in RenesasRA8M1_SCI()
44 spiContainer = new NullRegistrationPointContainerHelper<ISPIPeripheral>(machine, this); in RenesasRA8M1_SCI()
834 private readonly NullRegistrationPointContainerHelper<IUART> uartContainer;
835 private readonly NullRegistrationPointContainerHelper<ISPIPeripheral> spiContainer;