Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/tests/unit-tests/
Darm-wfi-hook.robot39 …Execute Command cpu AddHookAtWfiStateChange 'self.Log(LogLevel.Info, "${LOG_WFI_EN…
63 …Execute Command cpu AddHookAtWfiStateChange 'self.Log(LogLevel.Info, "${LOG_WFI_EN…
64 Execute Command cpu AddHookAtWfiStateChange 'self.Reset()'
Dinstructions-counting.robot122 …Execute Command cpu AddHookAtWfiStateChange 'self.Log(LogLevel.Info, "ENTER WFI - …
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/
DCoSimulatedRiscV32.cs107 public void AddHookAtWfiStateChange(Action<bool> hook) in AddHookAtWfiStateChange() method in Antmicro.Renode.Peripherals.CoSimulated.CoSimulatedRiscV32