Searched refs:softwareInterrupt2Config (Results 1 – 1 of 1) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/ |
| D | EOSS3_IntrCtrl.cs | 41 softwareInterrupt2Config = new InterruptConfig(SoftwareIrq2, this, 0); in EOSS3_IntrCtrl() 100 … .WithFlag(0, writeCallback: (_, value) => softwareInterrupt2Config.Active = value, in EOSS3_IntrCtrl() 101 valueProviderCallback: _ => softwareInterrupt2Config.Active, in EOSS3_IntrCtrl() 105 …ithFlag(0, out var software2Enabled, changeCallback: (_, __) => softwareInterrupt2Config.Update(),… in EOSS3_IntrCtrl() 109 softwareInterrupt2Config.EnabledField = software2Enabled; in EOSS3_IntrCtrl() 160 softwareInterrupt2Config.Reset(); in Reset() 274 private readonly InterruptConfig softwareInterrupt2Config; field in Antmicro.Renode.Peripherals.IRQControllers.EOSS3_IntrCtrl
|