Property | Type | Description | |
---|---|---|---|
interruptHandlers | LinkedList |
||
spinLock |
Method | Description | |
---|---|---|
AddInterruptHandler ( byte irq, IHardwareDevice hardwareDevice ) : void |
Adds the interrupt handler.
|
|
InterruptManager ( ) : System.Collections.Generic |
Initializes a new instance of the InterruptManager class.
|
|
ProcessInterrupt ( byte irq ) : void |
Processes the interrupt.
|
|
ReleaseInterruptHandler ( byte irq, IHardwareDevice hardwareDevice ) : void |
Releases the interrupt handler.
|
public AddInterruptHandler ( byte irq, IHardwareDevice hardwareDevice ) : void | ||
irq | byte | The irq. |
hardwareDevice | IHardwareDevice | The hardware device. |
return | void |
public InterruptManager ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public ProcessInterrupt ( byte irq ) : void | ||
irq | byte | The irq. |
return | void |
public ReleaseInterruptHandler ( byte irq, IHardwareDevice hardwareDevice ) : void | ||
irq | byte | The irq. |
hardwareDevice | IHardwareDevice | The hardware device. |
return | void |
protected LinkedList |
||
return | LinkedList |