Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIMachine.cs38 …IEnumerable<IRegistrationPoint> GetPeripheralRegistrationPoints(IPeripheral parentPeripheral, IPer… in GetPeripheralRegistrationPoints() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DLC709205F.cs256 …var registrationPoint = machine.GetPeripheralRegistrationPoints(parentPeripheral, this).FirstOrDef…
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/MSP430X/
DMSP430X.cs45 …foreach(IBusRegistration registrationPoint in machine.GetPeripheralRegistrationPoints(machine.Syst… in MSP430X()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs133 …public IEnumerable<IRegistrationPoint> GetPeripheralRegistrationPoints(IPeripheral parentPeriphera… in GetPeripheralRegistrationPoints() method in Antmicro.Renode.Core.Machine