Ejemplo n.º 1
0
 private void AddToInterruptQueue(HardwareInterruptRequest interruptRequest, long memoryAddress, long memoryValue)
 {
     _interruptHandler.RegisterSoftwareInterrupt(_interruptName, _interruptFlagAddress, memoryValue);
 }
Ejemplo n.º 2
0
 private void AddToInterruptQueue(HardwareInterruptRequest interruptRequest, long memoryAddress, long memoryValue)
 {
     _interruptHandler.RegisterSoftwareInterrupt(_interruptName, _interruptFlagAddress, memoryValue);
 }