Searched refs:NullRegistrationPointContainerHelper (Results 1 – 2 of 2) sorted by relevance
25 container = new NullRegistrationPointContainerHelper<TPeripheral>(machine, this); in NullRegistrationPointPeripheralContainer()49 private readonly NullRegistrationPointContainerHelper<TPeripheral> container;52 …public class NullRegistrationPointContainerHelper<TPeripheral> : IPeripheralContainer<TPeripheral,… class55 public NullRegistrationPointContainerHelper(IMachine machine, IPeripheral owner) in NullRegistrationPointContainerHelper() method in Antmicro.Renode.Core.Structure.NullRegistrationPointContainerHelper
43 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;