Home
last modified time | relevance | path

Searched defs:AddHookAtWfiStateChange (Results 1 – 4 of 4) sorted by relevance

/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/Extensions/Hooks/
DCpuHooksExtensions.cs23 …public static void AddHookAtWfiStateChange(this ICPUWithHooks cpu, [AutoParameter]Machine m, strin… in AddHookAtWfiStateChange() method in Antmicro.Renode.Hooks.CpuHooksExtensions
/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