Home
last modified time | relevance | path

Searched defs:StateChanged (Results 1 – 9 of 9) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Miscellaneous/
DILed.cs16 event Action<ILed, bool> StateChanged; event
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DLED.cs40 public event Action<ILed, bool> StateChanged; event in Antmicro.Renode.Peripherals.Miscellaneous.LED
DButton.cs80 public event Action<bool> StateChanged; event in Antmicro.Renode.Peripherals.Miscellaneous.Button
DSevenSegmentsDisplay.cs68 public event Action<IPeripheral, string> StateChanged; event in Antmicro.Renode.Peripherals.Miscellaneous.SevenSegmentsDisplay
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DICPU.cs43 event Action<ICPU, EmulationCPUState, EmulationCPUState> StateChanged; event
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DLINDecoder.cs201 public event Action<State, State> StateChanged; event in Antmicro.Renode.Utilities.LINDecoder
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DBaseCPU.cs328 public event Action<ICPU, EmulationCPUState, EmulationCPUState> StateChanged; event in Antmicro.Renode.Peripherals.CPU.BaseCPU
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIMachine.cs106 event Action<IMachine, MachineStateChangedEventArgs> StateChanged; event
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs1315 public event Action<IMachine, MachineStateChangedEventArgs> StateChanged; event in Antmicro.Renode.Core.Machine