Home
last modified time | relevance | path

Searched refs:resetProcessor (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DSAM4S_RSTC.cs22 …public void InvokeReset(ResetType reason, bool resetProcessor = false, bool resetPeripherals = fal… in InvokeReset() argument
24 if(!resetProcessor && !resetPeripherals && assertPin) in InvokeReset()
33 if(resetProcessor && resetPeripherals) in InvokeReset()
37 else if(resetProcessor) in InvokeReset()
53 if(machine.SystemBus.TryGetCurrentCPU(out var cpu) && resetProcessor) in InvokeReset()
86 InvokeReset(ResetType.UserReset, resetProcessor: true); in OnGPIO()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DSAM4S_WDT.cs81 …resetController.InvokeReset(SAM4S_RSTC.ResetType.WatchdogReset, resetProcessor: true, resetPeriphe… in TriggerWatchdogFault()