Home
last modified time | relevance | path

Searched defs:peripheralParent (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIMachine.cs58 …void RegisterAsAChildOf(IPeripheral peripheralParent, IPeripheral peripheralChild, IRegistrationPo… in RegisterAsAChildOf()
79 void UnregisterAsAChildOf(IPeripheral peripheralParent, IPeripheral peripheralChild); in UnregisterAsAChildOf()
80 … void UnregisterAsAChildOf(IPeripheral peripheralParent, IRegistrationPoint registrationPoint); in UnregisterAsAChildOf()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs139 …public void RegisterAsAChildOf(IPeripheral peripheralParent, IPeripheral peripheralChild, IRegistr… in RegisterAsAChildOf()
144 public void UnregisterAsAChildOf(IPeripheral peripheralParent, IPeripheral peripheralChild) in UnregisterAsAChildOf()
162 …public void UnregisterAsAChildOf(IPeripheral peripheralParent, IRegistrationPoint registrationPoin… in UnregisterAsAChildOf()