Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIMachine.cs38 …nPoint> GetPeripheralRegistrationPoints(IPeripheral parentPeripheral, IPeripheral childPeripheral); in GetPeripheralRegistrationPoints() argument
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs133 …onPoint> GetPeripheralRegistrationPoints(IPeripheral parentPeripheral, IPeripheral childPeripheral) in GetPeripheralRegistrationPoints() argument
136 …urn parentNode == null ? new IRegistrationPoint[0] : parentNode.GetConnectionWays(childPeripheral); in GetPeripheralRegistrationPoints()