프로퍼티 | 타입 | 설명 | |
---|---|---|---|
interruptHandlers | LinkedList |
||
spinLock |
메소드 | 설명 | |
---|---|---|
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. |
리턴 | void |
public InterruptManager ( ) : System.Collections.Generic | ||
리턴 | System.Collections.Generic |
public ReleaseInterruptHandler ( byte irq, IHardwareDevice hardwareDevice ) : void | ||
irq | byte | The irq. |
hardwareDevice | IHardwareDevice | The hardware device. |
리턴 | void |