Home
last modified time | relevance | path

Searched refs:ConfigurationChanged (Results 1 – 7 of 7) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Video/
DIVideo.cs17 event Action<int, int, PixelFormat, Endianess> ConfigurationChanged; event
DVideoBackend.cs21 Video.ConfigurationChanged += HandleConfigurationChanged; in Attach()
DAutoRepaintingVideo.cs76 public event Action<int, int, PixelFormat, ELFSharp.ELF.Endianess> ConfigurationChanged property in Antmicro.Renode.Peripherals.Video.AutoRepaintingVideo
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DFrameBufferTester.cs53 video.ConfigurationChanged += HandleConfigurationChange; in AttachTo()
59 video.ConfigurationChanged -= HandleConfigurationChange; in DetachFrom()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/S32K3XX_FlexIO/
DS32K3XX_FlexIO_SENT.cs41 timer.ConfigurationChanged += ConfigureTimer; in RegisterInFlexIO()
DTimer.cs33 public event Action ConfigurationChanged; event in Antmicro.Renode.Peripherals.Miscellaneous.S32K3XX_FlexIOModel.Timer
112 … configurationRegister.WithChangeCallback((_, __) => timer.ConfigurationChanged?.Invoke()); in BuildTimer()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/
DVideoAnalyzer.cs57 …videoPeripheral.ConfigurationChanged += (w, h, f, e) => ApplicationExtensions.InvokeInUIThread(() … in OnAttach()