Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DEOSS3_IntrCtrl.cs42 softwareInterrupt1Config = new InterruptConfig(SoftwareIrq1, this, 1); in EOSS3_IntrCtrl()
93 … .WithFlag(0, writeCallback: (_, value) => softwareInterrupt1Config.Active = value, in EOSS3_IntrCtrl()
94 valueProviderCallback: _ => softwareInterrupt1Config.Active, in EOSS3_IntrCtrl()
97 …ithFlag(0, out var software1Enabled, changeCallback: (_, __) => softwareInterrupt1Config.Update(),… in EOSS3_IntrCtrl()
108 softwareInterrupt1Config.EnabledField = software1Enabled; in EOSS3_IntrCtrl()
159 softwareInterrupt1Config.Reset(); in Reset()
273 private readonly InterruptConfig softwareInterrupt1Config; field in Antmicro.Renode.Peripherals.IRQControllers.EOSS3_IntrCtrl