Searched refs:PeripheralsChanged (Results 1 – 6 of 6) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Profiler/ |
| D | Profiler.cs | 35 machine.PeripheralsChanged += OnPeripheralsChanged; in Profiler()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/ |
| D | IMachine.cs | 104 event Action<IMachine, PeripheralsChangedEventArgs> PeripheralsChanged; event
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/ |
| D | Machine.cs | 199 … PeripheralsChanged?.Invoke(this, PeripheralsChangedEventArgs.Create(peripheral, operation)); in UnregisterFromParent() 309 … PeripheralsChanged?.Invoke(this, PeripheralsChangedEventArgs.Create(peripheral, operation)); in SetLocalName() 1311 public event Action<IMachine, PeripheralsChangedEventArgs> PeripheralsChanged; event in Antmicro.Renode.Core.Machine 1453 … PeripheralsChanged?.Invoke(this, PeripheralsAddedEventArgs.Create(peripheral, registrationPoint)); in Register() 1756 … PeripheralsChanged?.Invoke(this, PeripheralsChangedEventArgs.Create(child, operation)); in ExchangeRegistrationPointForPeripheral()
|
| D | Emulation.cs | 45 machine.PeripheralsChanged += (m, e) => in Emulation()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ |
| D | ArmSignalsUnit.cs | 57 machine.PeripheralsChanged += OnMachinePeripheralsChanged; in ArmSignalsUnit()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/MSP430X/ |
| D | MSP430X.cs | 28 machine.PeripheralsChanged += (_, ev) => in MSP430X()
|