Searched defs:StateChanged (Results 1 – 9 of 9) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Miscellaneous/ |
| D | ILed.cs | 16 event Action<ILed, bool> StateChanged; event
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ |
| D | LED.cs | 40 public event Action<ILed, bool> StateChanged; event in Antmicro.Renode.Peripherals.Miscellaneous.LED
|
| D | Button.cs | 80 public event Action<bool> StateChanged; event in Antmicro.Renode.Peripherals.Miscellaneous.Button
|
| D | SevenSegmentsDisplay.cs | 68 public event Action<IPeripheral, string> StateChanged; event in Antmicro.Renode.Peripherals.Miscellaneous.SevenSegmentsDisplay
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/ |
| D | ICPU.cs | 43 event Action<ICPU, EmulationCPUState, EmulationCPUState> StateChanged; event
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | LINDecoder.cs | 201 public event Action<State, State> StateChanged; event in Antmicro.Renode.Utilities.LINDecoder
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ |
| D | BaseCPU.cs | 328 public event Action<ICPU, EmulationCPUState, EmulationCPUState> StateChanged; event in Antmicro.Renode.Peripherals.CPU.BaseCPU
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/ |
| D | IMachine.cs | 106 event Action<IMachine, MachineStateChangedEventArgs> StateChanged; event
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/ |
| D | Machine.cs | 1315 public event Action<IMachine, MachineStateChangedEventArgs> StateChanged; event in Antmicro.Renode.Core.Machine
|