Home
last modified time | relevance | path

Searched refs:AddHookAtWfiStateChange (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/
DCpuHooksExtensions.cs23 …public static void AddHookAtWfiStateChange(this ICPUWithHooks cpu, [AutoParameter]Machine m, strin… in AddHookAtWfiStateChange() method in Antmicro.Renode.Hooks.CpuHooksExtensions
26 cpu.AddHookAtWfiStateChange(engine.HookWithWfiEnterExit); in AddHookAtWfiStateChange()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DICPUWithHooks.cs16 void AddHookAtWfiStateChange(Action<bool> hook); in AddHookAtWfiStateChange() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/MSP430X/
DMSP430X.cs90 public void AddHookAtWfiStateChange(Action<bool> hook) in AddHookAtWfiStateChange() method in Antmicro.Renode.Peripherals.CPU.MSP430X
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs585 public void AddHookAtWfiStateChange(Action<bool> hook) in AddHookAtWfiStateChange() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DNVIC.cs75 cpu.AddHookAtWfiStateChange(HandleWfiStateChange); in AttachCPU()