Home
last modified time | relevance | path

Searched refs:parentPeripheral (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DLC709205F.cs250 var parentPeripheral = machine.GetParentPeripherals(this).FirstOrDefault();
251 if(parentPeripheral == null)
256 …var registrationPoint = machine.GetPeripheralRegistrationPoints(parentPeripheral, this).FirstOrDef…
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIMachine.cs38 …ble<IRegistrationPoint> GetPeripheralRegistrationPoints(IPeripheral parentPeripheral, IPeripheral … in GetPeripheralRegistrationPoints() argument
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs133 …ble<IRegistrationPoint> GetPeripheralRegistrationPoints(IPeripheral parentPeripheral, IPeripheral … in GetPeripheralRegistrationPoints() argument
135 var parentNode = registeredPeripherals.TryGetNode(parentPeripheral); in GetPeripheralRegistrationPoints()