Midnight Sun Firmware
|
x86 Interrupt storage class More...
Public Attributes | |
bool | enabled |
bool | masked |
bool | pending |
x86InterruptHandler | handler |
InterruptPriority | priority |
x86 Interrupt storage class
This mocks the hardware interrupts by storing a handler, masked bit and enabled bit
bool enabled |
Interrupt Channel enabled state
x86InterruptHandler handler |
Interrupt Channel interrupt handler
bool masked |
Interrupt Channel masked state
bool pending |
Interrupt Channel pending state
InterruptPriority priority |
Interrupt Channel interrupt priority