Home
last modified time | relevance | path

Searched refs:SimpleContainerHelper (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/
DSimpleContainer.cs124 public class SimpleContainerHelper<T> : SimpleContainerBase<T> class
127 public SimpleContainerHelper(IMachine machine, IPeripheral parent) : base() in SimpleContainerHelper() method in Antmicro.Renode.Core.Structure.SimpleContainerHelper
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ICM20948/
DICM20948.cs32 i2cContainer = new SimpleContainerHelper<II2CPeripheral>(machine, this); in ICM20948()
283 private readonly SimpleContainerHelper<II2CPeripheral> i2cContainer;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SCI/
DRenesasRA8M1_SCI.cs45 i2cContainer = new SimpleContainerHelper<II2CPeripheral>(machine, this); in RenesasRA8M1_SCI()
827 private readonly SimpleContainerHelper<II2CPeripheral> i2cContainer;
DRenesasRA6M5_SCI.cs34 i2cContainer = new SimpleContainerHelper<II2CPeripheral>(machine, this); in RenesasRA6M5_SCI()
986 private readonly SimpleContainerHelper<II2CPeripheral> i2cContainer;