Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Tools/Network/
DCANHub.cs132 private readonly Dictionary<ICAN, Action<CANMessageFrame>> handlers; field in Antmicro.Renode.Tools.Network.CANHub
/Renode-Infrastructure-v1.15.3-29f510e/src/Plugins/TracePlugin/
DTraceCommand.cs202 private readonly Dictionary<String, Type> handlers; field in Antmicro.Renode.Plugins.TracePlugin.TraceCommand
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Common/
DRegisterEnumParser.cs217 private readonly Dictionary<Mode, Action<string>> handlers; field in Antmicro.Renode.CoresSourceParser.RegistersEnumParser
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/Registers/
DPeripheralRegister.cs768 protected void CallHandlers<T>(List<Action<T, T>> handlers, T oldValue, T newValue) in CallHandlers() argument