Searched refs:unresetable (Results 1 – 4 of 4) sorted by relevance
182 }, unresetable: toSkip); in ExecuteResetWithSkipped()197 }, unresetable: toSkip); in ExecutePeripheralInitiatedResetWithSkipped()
72 … machine.RequestResetInSafeState(unresetable: new IPeripheral[] { this, cpu, machine.SystemBus }); in InvokeReset()
61 …void RequestResetInSafeState(Action postReset = null, ICollection<IPeripheral> unresetable = null); in RequestResetInSafeState() argument
558 … void RequestResetInSafeState(Action postReset = null, ICollection<IPeripheral> unresetable = null) in RequestResetInSafeState() argument566 …ripheral in registeredPeripherals.Distinct().Where(p => p != this && !(unresetable?.Contains(p) ??… in RequestResetInSafeState()